summaryrefslogtreecommitdiff
path: root/Source/Model/Model.cs
Commit message (Collapse)AuthorAge
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
| | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored.
* Remove dead method argumentGravatar Dan Liew2014-09-24
| | | | Patch by Jeroen Ketema
* Remove dead codeGravatar Dan Liew2014-09-24
| | | | Patch by Jeroen Ketema
* Whitespace fixGravatar Ally Donaldson2013-07-22
|
* refactoringGravatar Pantazis Deligiannis2013-07-22
|
* code cleanup and refactoringGravatar Pantazis Deligiannis2013-07-11
|
* added specific command line options to enable the SMTLIB2 output model ↵Gravatar Pantazis Deligiannis2013-07-09
| | | | parser for Z3. Use /proverOpt:SMTLIB2_MODEL=true
* naive SMTLIB2 ParserGravatar pantazis2013-06-12
|
* fixed bug in model printingGravatar Unknown2013-03-11
| | | | reverted a previous erroneous fix I had made in model parsing
* 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
| | | | This makes the model file much easier to read.
* Dafny/Boogie/BVD: made Dafny plug-in for BVD work againGravatar Rustan Leino2012-06-08
|
* fixed a problem in model parsingGravatar Unknown2012-02-08
| | | | (_ BitVec n) is substituted with bvn
* fixed bug in model parsingGravatar qadeer2012-02-06
| | | | converted a bunch of definitions to be inlined
* 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
| | | | cleaned up the code related to v1model
* 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 ↵Gravatar Unknown2011-06-27
| | | | to eliminate the class ErrorModel from the codebase.
* Handle as-array[...] model elementsGravatar MichalMoskal2011-02-23
|
* Parse else-> clauses in the modelGravatar MichalMoskal2011-02-23
| | | | Disable MODEL_PARTIAL in SMTLib
* Set Id of Elements.Gravatar MichalMoskal2011-02-21
| | | | Add some explanation at the beginning of the file.
* Accomodate for recent changes in Z3 V2 model formatGravatar MichalMoskal2011-02-18
|
* Add information about field being volatileGravatar MichalMoskal2010-12-14
|
* Add Func.OptEval function and some docsGravatar MichalMoskal2010-12-14
|
* Fix typoGravatar MichalMoskal2010-12-10
|
* Add ToString() overrides to help in debuggingGravatar MichalMoskal2010-12-10
|
* Introduce node categories; sort fields based on that not special charactersGravatar MichalMoskal2010-12-01
|
* Improve the generic model viewerGravatar MichalMoskal2010-11-06
|
* Dafny: a partial first crack at a Dafny model-viewer provider, including ↵Gravatar rustanleino2010-11-01
| | | | captureState mark-ups in the Boogie code generated from Dafny
* Implement struct printingGravatar MichalMoskal2010-10-14
|
* Add DisplayNode class with default IDisplayNode implementation. Add ↵Gravatar MichalMoskal2010-10-14
| | | | IDisplayNode.State.
* Put Model.cs in separate assembly. Fix signing/versioning with it.Gravatar MichalMoskal2010-10-12