summaryrefslogtreecommitdiff
path: root/Source/Provers/SMTLib/SMTLibProverOptions.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.
* new option to disable checking for loop maintained invariants - this leads ↵Gravatar Pantazis Deligiannis2013-08-15
| | | | to an underapproximation that helps to speedup houdini refutation of candidates
* fix: can now setup CVC4 logic properly, default is ALL_SUPPORTED, other ↵Gravatar Pantazis Deligiannis2013-07-15
| | | | logics can be set with the previously existing command e.g. /proverOpt:LOGIC=QF_ALL_SUPPORTED
* temp fix until CVC4 bug is fixed (using QF_ALL_SUPPORTED instead of ↵Gravatar Pantazis Deligiannis2013-07-15
| | | | ALL_SUPPORTED)
* added specific command line options to enable the SMTLIB2 output model ↵Gravatar Pantazis Deligiannis2013-07-09
| | | | parser for Z3. Use /proverOpt:SMTLIB2_MODEL=true
* some clean upGravatar Pantazis Deligiannis2013-07-09
|
* Use the new ProverInterface's Evaluate method in stratified inlinigGravatar Unknown2013-01-03
| | | | (guarded by the flag /useProverEvaluate)
* 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 ↵Gravatar akashlal2011-11-26
| | | | sometimes.
* 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
| | | | | Add supported :prover commands Minor fixes
* Provide /p: as the short form of /proverOpt:.Gravatar MichalMoskal2011-02-17
Add /p:O:<name>=<value> and /p:C:<solver-argument> prover options in SMT. Add default Z3 options when using Z3.