summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
...
* Accomodate for recent changes in Z3 V2 model formatGravatar MichalMoskal2011-02-18
* Ask Z3 to generate models, in V2 format, when neededGravatar MichalMoskal2011-02-18
* Handle /useArrayTheoryGravatar MichalMoskal2011-02-18
* Intercept Z3 warnings and pass them onGravatar MichalMoskal2011-02-18
* Remove workaround for Z3 scanner problems (fixed now); fix one commentGravatar MichalMoskal2011-02-18
* Recognize () as identifier terminatorsGravatar MichalMoskal2011-02-18
* Handle bitvectorsGravatar MichalMoskal2011-02-18
* Expose ToByteArray()Gravatar MichalMoskal2011-02-18
* Dafny:Gravatar rustanleino2011-02-17
* Boogie: Fixed problem with binding power of .[.] versus type coercions in pre...Gravatar rustanleino2011-02-17
* Use explicit mechanism for skipping to the next assertionGravatar MichalMoskal2011-02-17
* Disable MBQI and AUTO_CONFIGGravatar MichalMoskal2011-02-17
* Kill the solver process when ctrl-c is pressedGravatar MichalMoskal2011-02-17
* Provide /p: as the short form of /proverOpt:.Gravatar MichalMoskal2011-02-17
* Read prover responses; handle labelsGravatar MichalMoskal2011-02-17
* Make it possible to run Z3 on pipe; use generic PROVER_LOG optionsGravatar MichalMoskal2011-02-17
* Add IEnumerable.IterGravatar MichalMoskal2011-02-17
* Kill {:prover "..."} attribute support; no one ever used this stuffGravatar MichalMoskal2011-02-17
* Don't use Simplify's LogProverInterfaceGravatar MichalMoskal2011-02-17
* Indentation.Gravatar MichalMoskal2011-02-17
* Start implementation of pipe communication in SMTLIB backendGravatar MichalMoskal2011-02-17
* Stratified inlining: Added concrete values to error traces. Added an extra fl...Gravatar akashlal2011-02-17
* Fix printing of type-proxiesGravatar MichalMoskal2011-02-16
* Bugfixes in select-of-store axiomsGravatar MichalMoskal2011-02-16
* Skip "(assert true)" in output; skip "Linearing..." messages when they are fastGravatar MichalMoskal2011-02-16
* Fix let scopingGravatar MichalMoskal2011-02-15
* Workaround bug in Z3 SMT parserGravatar MichalMoskal2011-02-15
* Use SMT2 top-level syntaxGravatar MichalMoskal2011-02-15
* Use the new UniformArguments property; formattingGravatar MichalMoskal2011-02-15
* Add VCExprNAry.UniformArguments property to return arguments of nested And/Or...Gravatar MichalMoskal2011-02-15
* Add some extension methods to IEnumberable<T>Gravatar MichalMoskal2011-02-15
* Print terms in SMT2 syntax (drop term/formula distinction)Gravatar MichalMoskal2011-02-15
* Move name-quoting (already for SMT2 not SMT1) into a seprate classGravatar MichalMoskal2011-02-15
* Fix with timeoutGravatar akashlal2011-02-12
* Better support for timeoutGravatar akashlal2011-02-12
* Fix a bug in cloning of nested lambda expressions in AI engineGravatar MichalMoskal2011-02-11
* Add USE_PREDICATES option to TPTP and SMT proversGravatar MichalMoskal2011-02-11
* Get rid of -smtOutput option. Add /proverOpt:OUTPUT=... to SMT and TPTP prove...Gravatar MichalMoskal2011-02-11
* Get rid of some warnings.Gravatar MichalMoskal2011-02-11
* Minor change to stratified inliningGravatar akashlal2011-02-11
* Changed the API for Declaration.AddAttribute so it takes a params argument so...Gravatar mikebarnett2011-02-09
* Boogie: Yet another refinement of how Z3 is found. Previously, it would only...Gravatar rustanleino2011-02-09
* Added a new method StratifiedVC for refinement.Gravatar akashlal2011-02-08
* implemented /UseUnsatCoreForInlining option for use in stratified inliningGravatar qadeer2011-02-06
* deleted debugging statementGravatar akashlal2011-02-05
* Fix to counterexample generation for over-approx queryGravatar akashlal2011-02-05
* Dafny: every decreases clause implicitly ends with a never-ending sequence of...Gravatar rustanleino2011-02-03
* Dafny: allow self-calls in function postconditions--these simply refer to the...Gravatar rustanleino2011-02-03
* Dafny: implemented a more precise scheme for allowing use of a function's rep...Gravatar rustanleino2011-02-03
* Dafny: replaced the user-defined $ite function with Boogie's built-in if-then...Gravatar rustanleino2011-02-03