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
/
ProverInterface.cs
Commit message (
Expand
)
Author
Age
*
eliminated class ErrorModel
qadeer
2012-04-28
*
removed proccopybounding code
qadeer
2012-04-28
*
various changes for using unsat cores in Houdini
qadeer
2012-04-17
*
small fix
qadeer
2012-04-04
*
added nonUniformUnfolding option
qadeer
2012-04-03
*
deleted the option UseUnsatCoreForInlining
qadeer
2012-04-02
*
Merge
qadeer
2012-04-01
|
\
|
*
bug fix for previous refactoring
Unknown
2012-04-02
*
|
Merge
qadeer
2012-04-01
|
\
|
*
|
partial work on non-uniform loop unrolling
qadeer
2012-04-01
|
*
Refactored CheckAssumptions API
Unknown
2012-04-02
|
/
*
Cleaned up code by getting rid of ApiProverInterface.
Unknown
2012-02-29
*
Simplification to previous checkin
Michal Moskal
2012-02-28
*
Introduce ApiProverInterface.CheckOutcomeCore() for stratified inlining; simp...
Michal Moskal
2012-02-28
*
fixed up SI to work with new error trace generation
qadeer
2012-02-28
*
various fixes related to new error traces
qadeer
2012-02-27
*
further fixes related to using uninterpreted function for error traces
qadeer
2012-02-25
*
bug fixes related to using ControlFlowFunction instead of labels
qadeer
2012-02-23
*
using model instead of labels
Unknown
2012-02-23
*
Use DateTime.UtcNow instead of DateTime.Now
stobies
2012-01-11
*
made delegate a datatype
qadeer
2011-12-30
*
fixed problems with datatypes
qadeer
2011-12-29
*
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: Get rid of {:ignore} feature on axioms
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
*
Added a push+pop+unsat-core interface to SMTLib (for stratified inlining only)
Unknown
2011-10-19
*
implementing datatypes
qadeer
2011-10-05
*
Add PROVER_PATH prover option (to base options, but currently only used by SM...
Michal Moskal
2011-08-29
*
Don't send (check-sat) after error limit is reached
Michal Moskal
2011-07-05
*
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
*
Replaced all dictionaries that mapped to bool (i.e., were being used to imple...
mikebarnett
2011-03-10
*
Mimic Z3 logic for figuring out the blocking clause for the next counterexample
MichalMoskal
2011-02-23
*
Add MULTI_TRACES prover option (equivalent of /z3multipleErrors)
MichalMoskal
2011-02-23
*
Check for timeout/memoryout
MichalMoskal
2011-02-23
*
Dispose of the prover when Close() is called.
MichalMoskal
2011-02-23
*
Do typed->untyped translation for -mv variables
MichalMoskal
2011-02-23
*
Provide dummy implementation of FlushAxiomsToTheoremProver()
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
*
Intercept Z3 warnings and pass them on
MichalMoskal
2011-02-18
[next]