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
Commit message (
Expand
)
Author
Age
*
fixed bug in vcgen for bitvectors
qadeer
2011-07-09
*
Don't send (check-sat) after error limit is reached
Michal Moskal
2011-07-05
*
Merge
Michal Moskal
2011-07-05
|
\
|
*
Boogie: New cli option -z3exe:"path-to-z3.exe" allowing specifying path to th...
Unknown
2011-07-05
*
|
Update the RECENT_Z3 #define to include SORT_AND_OR
Michal Moskal
2011-06-30
*
|
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
|
/
*
Avoid restarting the theorem prover for stratified inlining because it
Unknown
2011-06-25
*
further refactoring
qadeer
2011-06-24
*
fixes to z3api
qadeer
2011-06-24
*
clean up in z3api
qadeer
2011-06-22
*
various fixes to port to latest version of Microsoft.Z3.dll
qadeer
2011-06-22
*
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
*
Fixed a tricky bug in z3api
akashlal
2011-03-18
*
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
*
Renamed NonNullElements to NonNullDictionaryAndValues because the keys to dic...
mikebarnett
2011-03-10
*
Added a new solution configuration, Checked, that builds the Checked configur...
mikebarnett
2011-03-07
*
Fix some more contracts.
mikebarnett
2011-03-07
*
Fix contracts so runtime checking can be turned on.
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
*
Allow recent Z3 versions to be used
MichalMoskal
2011-02-21
*
Move model printing to ErrorModel class
MichalMoskal
2011-02-21
*
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
[next]