index
:
debian-boogie
dfsg_free
master
Debian packaging for Boogie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Provers
/
SMTLib
Commit message (
Expand
)
Author
Age
*
Replaced all dictionaries that mapped to bool (i.e., were being used to imple...
mikebarnett
2011-03-10
*
Added a new solution configuration, Checked, that builds the Checked configur...
mikebarnett
2011-03-07
*
Mimic Z3 logic for figuring out the blocking clause for the next counterexample
MichalMoskal
2011-02-23
*
Don't ever put a label under a quantifier.
MichalMoskal
2011-02-23
*
Add MULTI_TRACES prover option (equivalent of /z3multipleErrors)
MichalMoskal
2011-02-23
*
Add hack for {:bvbuiltin "sign_extend 42"}, which requires slightly different...
MichalMoskal
2011-02-23
*
Check for timeout/memoryout
MichalMoskal
2011-02-23
*
Strip (= 0) and (!= 0) from patterns (we used to allow that with anyNeq thing...
MichalMoskal
2011-02-23
*
Don't try to declare bv types
MichalMoskal
2011-02-23
*
Dispose of the prover when Close() is called.
MichalMoskal
2011-02-23
*
Set SOFT_TIMEOUT Z3 option if desired (SMT2 doesn't have :time-limit option!)
MichalMoskal
2011-02-23
*
Pass solverarguments
MichalMoskal
2011-02-23
*
Do typed->untyped translation for -mv variables
MichalMoskal
2011-02-23
*
Provide dummy implementation of FlushAxiomsToTheoremProver()
MichalMoskal
2011-02-23
*
Fixes in /useArrayTheory handling
MichalMoskal
2011-02-23
*
Parse else-> clauses in the model
MichalMoskal
2011-02-23
*
Pass :skolemid to SMTLib prover
MichalMoskal
2011-02-23
*
Implement Push/Pop interface.
MichalMoskal
2011-02-23
*
Per SMT standard push requires an argument
MichalMoskal
2011-02-21
*
Print prover errors on stdout (same as prover warnings)
MichalMoskal
2011-02-18
*
Allow use ErrorModel as a container for Model - make -mv work with SMTLib on Z3
MichalMoskal
2011-02-18
*
Ask Z3 to generate models, in V2 format, when needed
MichalMoskal
2011-02-18
*
Handle /useArrayTheory
MichalMoskal
2011-02-18
*
Intercept Z3 warnings and pass them on
MichalMoskal
2011-02-18
*
Remove workaround for Z3 scanner problems (fixed now); fix one comment
MichalMoskal
2011-02-18
*
Recognize () as identifier terminators
MichalMoskal
2011-02-18
*
Handle bitvectors
MichalMoskal
2011-02-18
*
Use explicit mechanism for skipping to the next assertion
MichalMoskal
2011-02-17
*
Disable MBQI and AUTO_CONFIG
MichalMoskal
2011-02-17
*
Kill the solver process when ctrl-c is pressed
MichalMoskal
2011-02-17
*
Provide /p: as the short form of /proverOpt:.
MichalMoskal
2011-02-17
*
Read prover responses; handle labels
MichalMoskal
2011-02-17
*
Make it possible to run Z3 on pipe; use generic PROVER_LOG options
MichalMoskal
2011-02-17
*
Don't use Simplify's LogProverInterface
MichalMoskal
2011-02-17
*
Indentation.
MichalMoskal
2011-02-17
*
Start implementation of pipe communication in SMTLIB backend
MichalMoskal
2011-02-17
*
Fix printing of type-proxies
MichalMoskal
2011-02-16
*
Bugfixes in select-of-store axioms
MichalMoskal
2011-02-16
*
Skip "(assert true)" in output; skip "Linearing..." messages when they are fast
MichalMoskal
2011-02-16
*
Fix let scoping
MichalMoskal
2011-02-15
*
Workaround bug in Z3 SMT parser
MichalMoskal
2011-02-15
*
Use SMT2 top-level syntax
MichalMoskal
2011-02-15
*
Use the new UniformArguments property; formatting
MichalMoskal
2011-02-15
*
Print terms in SMT2 syntax (drop term/formula distinction)
MichalMoskal
2011-02-15
*
Move name-quoting (already for SMT2 not SMT1) into a seprate class
MichalMoskal
2011-02-15
*
Add USE_PREDICATES option to TPTP and SMT provers
MichalMoskal
2011-02-11
*
Get rid of -smtOutput option. Add /proverOpt:OUTPUT=... to SMT and TPTP prove...
MichalMoskal
2011-02-11
*
Make the SMTLIB backend work again, particularly with /typeEncoding:m
MichalMoskal
2011-01-19
*
Added version.cs as link to those projects that were missing it
stobies
2010-12-06
*
Eliminated dependencies on SpecSharp and CCI from Boogie.sln and Dafny.sln
qadeer
2010-12-01
[next]