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
*
Produce unsat cores only when enabled (in stratified inlining)
Unknown
2011-11-11
*
Fixed the generation of names for datatype functions to use the API for
Mike Barnett
2011-10-31
*
Boogie: Updated the error message for old versions of Z3.
wuestholz
2011-10-28
*
Boogie: Get rid of {:ignore} feature on axioms
Michal Moskal
2011-10-27
*
Boogie: Present a nice error message when Z3 of lesser version than 3.2 is found
Michal Moskal
2011-10-27
*
Restart prover after out-of-memory error; honour -restartProver option
Michal Moskal
2011-10-27
*
Sync timeout messages with Z3 prover interface
Michal Moskal
2011-10-21
*
Don't pass /T: option to Z3 - it kills Z3 prematurely when there are multiple...
Michal Moskal
2011-10-21
*
Improve logging when -proverOpt:VERBOSITY=1 or 2 is specified
Michal Moskal
2011-10-21
*
Added a push+pop+unsat-core interface to SMTLib (for stratified inlining only)
Unknown
2011-10-19
*
added membership tests
qadeer
2011-10-05
*
implementing datatypes
qadeer
2011-10-05
*
check in support for generalized array theory
Unknown
2011-09-06
*
Fix printing of (Array ...) types with /useArrayTheory
Michal Moskal
2011-09-06
*
Support multi-dimensional arrays in SMTLib2 backend (using Z3 extension though)
Michal Moskal
2011-09-06
*
further fixes; temporarily commented out
qadeer
2011-09-03
*
adding support for accessing Z3's generalized array theory
qadeer
2011-09-02
*
Add PROVER_PATH prover option (to base options, but currently only used by SM...
Michal Moskal
2011-08-29
*
Use SMT2 syntax for sign_extend
Michal Moskal
2011-08-22
*
deleted lazyinlining option 2 and 3
qadeer
2011-08-17
*
Don't send (check-sat) after error limit is reached
Michal Moskal
2011-07-05
*
Add /T: option to Z3 to kill it if it exceeds soft timeout by more than 1s
Michal Moskal
2011-06-30
*
SMTLib: Only use (set-logic ...) when requested; quote some more symbols
Michal Moskal
2011-06-30
*
Don't set logic to UFNIA when /useArrayTheory
Michal Moskal
2011-05-09
*
Use (get-model) Z3 command; quote skolem-ids
Michal Moskal
2011-04-28
*
Fix parsing of (labels) Z3 response; complain about unrecognized responses there
Michal Moskal
2011-04-28
*
Use :reason-unknown not :last-failure for Z3 in SMT mode; disable SORT_AND_OR...
Michal Moskal
2011-04-28
*
Updates for the latest changes in Z3's SMT2 parser
Michal Moskal
2011-04-22
*
Test commit
Michal Moskal
2011-04-05
*
Use new, SMT2 compliant, Z3 syntax for labels
MichalMoskal
2011-04-02
*
Re-enabled quantifier checking in the Checked configuration.
mikebarnett
2011-03-16
*
Turn off quantifier checking in the runtime checking.
mikebarnett
2011-03-14
*
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
[next]