summaryrefslogtreecommitdiff
path: root/Source/Model/ModelParser.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.
* Patch by Jeroen KetemaGravatar Dan Liew2014-12-01
| | | | | | | | | | Fix some of the interfacing with Z3 4.3.2 in SMTLib. In particular: * It makes the useSmtOutputFormat usable * It fixes parsing of bit vectors that occur in the models returned by Z3 Similar stuff might be broken in the other interfaces to Z3, but it shouldn’t be more broken than it already was.
* Remove dead codeGravatar Dan Liew2014-09-24
| | | | Patch by Jeroen Ketema
* Fixed crash in ModelParser when Z3 returns an operator that is a list.Gravatar Ken McMillan2014-02-21
|
* 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 ↵Gravatar Pantazis Deligiannis2013-07-09
| | | | parser for Z3. Use /proverOpt:SMTLIB2_MODEL=true
* fixed the CVC4 SMTLIB array parsing to work under the latest CVC4 model ↵Gravatar pantazis2013-06-13
| | | | representation changes
* merged more CVC4 and Z3 SMTLIB2 parsing methods ... results into a more ↵Gravatar pantazis2013-06-13
| | | | compact parser
* simplified SMTLIB2 parser by merging some parsing methods for the CVC4 and ↵Gravatar pantazis2013-06-12
| | | | Z3 sub-parsers
* 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
|
* CVC4 ParserGravatar pantazis2013-06-12