summaryrefslogtreecommitdiff
path: root/Source/Provers/SMTLib/SMTLibProverOptions.cs
Commit message (Expand)AuthorAge
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
* new option to disable checking for loop maintained invariants - this leads to...Gravatar Pantazis Deligiannis2013-08-15
* fix: can now setup CVC4 logic properly, default is ALL_SUPPORTED, other logic...Gravatar Pantazis Deligiannis2013-07-15
* temp fix until CVC4 bug is fixed (using QF_ALL_SUPPORTED instead of ALL_SUPPO...Gravatar Pantazis Deligiannis2013-07-15
* added specific command line options to enable the SMTLIB2 output model parser...Gravatar Pantazis Deligiannis2013-07-09
* some clean upGravatar Pantazis Deligiannis2013-07-09
* Use the new ProverInterface's Evaluate method in stratified inlinigGravatar Unknown2013-01-03
* Bug fix for ExplainHoudini. Made it robust under timeouts.Gravatar Unknown2012-12-20
* Implement support for alternative SMT solvers -- CVC3 and CVC4Gravatar Peter Collingbourne2012-09-06
* removed lazy inliningGravatar qadeer2012-04-28
* using model instead of labelsGravatar Unknown2012-02-23
* houdini will not request models nowGravatar qadeer2012-02-08
* Added option of turning off model generation in SI. Can be very expensive som...Gravatar akashlal2011-11-26
* SMTLib: Only use (set-logic ...) when requested; quote some more symbolsGravatar Michal Moskal2011-06-30
* Add MULTI_TRACES prover option (equivalent of /z3multipleErrors)Gravatar MichalMoskal2011-02-23
* Ask Z3 to generate models, in V2 format, when neededGravatar MichalMoskal2011-02-18
* Provide /p: as the short form of /proverOpt:.Gravatar MichalMoskal2011-02-17