summaryrefslogtreecommitdiff
path: root/Source/Model
Commit message (Expand)AuthorAge
* Rename DLLs to non-generic names by prefixing "Boogie". Project names andGravatar akashlal2016-04-15
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
* Patch by Jeroen KetemaGravatar Dan Liew2014-12-01
* Remove dead method argumentGravatar Dan Liew2014-09-24
* Remove dead codeGravatar Dan Liew2014-09-24
* Fixed crash in ModelParser when Z3 returns an operator that is a list.Gravatar Ken McMillan2014-02-21
* Fix Boogie so it compiled with mono. Patch by Dan Liew.Gravatar Ally Donaldson2014-01-14
* added the QED build configurationGravatar qadeer2013-12-02
* Fixed several build errors in the 'Checked' configuration.Gravatar wuestholz2013-08-05
* Whitespace fixGravatar Ally Donaldson2013-07-22
* refactoringGravatar Pantazis Deligiannis2013-07-22
* refactoring and fixes in the SMTLIB2 parserGravatar Pantazis Deligiannis2013-07-19
* code cleanup and refactoringGravatar Pantazis Deligiannis2013-07-11
* code cleanup & refactoringGravatar Pantazis Deligiannis2013-07-11
* fixed another bug when parsing nested arrays under CVC4Gravatar Pantazis Deligiannis2013-07-10
* fix a bug when parsing nested arrays under CVC4Gravatar Pantazis Deligiannis2013-07-10
* the cvc4 parser can now parse nested array expressionsGravatar Pantazis Deligiannis2013-07-10
* added specific command line options to enable the SMTLIB2 output model parser...Gravatar Pantazis Deligiannis2013-07-09
* fixed the CVC4 SMTLIB array parsing to work under the latest CVC4 model repre...Gravatar pantazis2013-06-13
* merged more CVC4 and Z3 SMTLIB2 parsing methods ... results into a more compa...Gravatar pantazis2013-06-13
* simplified SMTLIB2 parser by merging some parsing methods for the CVC4 and Z3...Gravatar pantazis2013-06-12
* fix on parser for bit vectorsGravatar pantazis2013-06-12
* cleaning up some unused codeGravatar pantazis2013-06-12
* Z3 new parser takes now a new option for pp-bv-literalsGravatar pantazis2013-06-12
* small update in optionsGravatar pantazis2013-06-12
* naive SMTLIB2 ParserGravatar pantazis2013-06-12
* CVC4 ParserGravatar pantazis2013-06-12
* fixed bug in model printingGravatar Unknown2013-03-11
* updated the model parsing (probably caused by some change in Z3's output)Gravatar Unknown2013-03-07
* bug fix in model printingGravatar Unknown2013-01-04
* Model: sort variables by nameGravatar Peter Collingbourne2012-06-26
* Dafny/Boogie/BVD: made Dafny plug-in for BVD work againGravatar Rustan Leino2012-06-08
* fixed a problem in model parsingGravatar Unknown2012-02-08
* fixed bug in model parsingGravatar qadeer2012-02-06
* a bug fix in model parsingGravatar qadeer2011-11-30
* fixed a bug in model parsingGravatar qadeer2011-11-28
* fixed another bug in model parser related to datatype valuesGravatar qadeer2011-11-14
* some refactoring suggested by MichalGravatar qadeer2011-11-07
* change in model parsing with datatype valuesGravatar qadeer2011-11-07
* Performance improvements in BVDGravatar Michal Moskal2011-10-19
* Added some extra functionality to Model code for corralGravatar Unknown2011-09-13
* Another test checkinGravatar Michal Moskal2011-07-12
* ported all the counterexample code to Michal's new Model class; the goal is t...Gravatar Unknown2011-06-27
* Dafny: compile quantifiersGravatar rustanleino2011-03-26
* Re-enabled quantifier checking in the Checked configuration.Gravatar mikebarnett2011-03-16
* Turn off quantifier checking in the runtime checking.Gravatar mikebarnett2011-03-14
* Added a new solution configuration, Checked, that builds the Checked configur...Gravatar mikebarnett2011-03-07
* Handle as-array[...] model elementsGravatar MichalMoskal2011-02-23
* Parse else-> clauses in the modelGravatar MichalMoskal2011-02-23
* Set Id of Elements.Gravatar MichalMoskal2011-02-21