summaryrefslogtreecommitdiff
path: root/Source
Commit message (Collapse)AuthorAge
* Use (get-model) Z3 command; quote skolem-idsGravatar Michal Moskal2011-04-28
|
* Fix parsing of (labels) Z3 response; complain about unrecognized responses thereGravatar Michal Moskal2011-04-28
|
* Use :reason-unknown not :last-failure for Z3 in SMT mode; disable ↵Gravatar Michal Moskal2011-04-28
| | | | SORT_AND_OR option (obsolete)
* fixed a bug in ComputeAllLabelsGravatar qadeer2011-04-27
|
* Merge with 1038Gravatar Rustan Leino2011-04-22
|\
* | BVD: Smaller initial window (to better fit on a laptop screen)Gravatar Rustan Leino2011-04-22
| |
| * Updates for the latest changes in Z3's SMT2 parserGravatar Michal Moskal2011-04-22
| |
| * Changed label checking for goto targets in StmtList so that they can be any ↵Gravatar qadeer2011-04-21
| | | | | | | | label in the current implementation.
* | Dafny: Fix parsing of if-then-else expressions, and don't require ↵Gravatar Rustan Leino2011-04-21
| | | | | | | | parentheses around forall/exists expressions
* | Dafny: Alternative (and candidate replacement) syntax for declaring datatypesGravatar Rustan Leino2011-04-20
|/ | | | Dafny: Additional induction test cases
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
|
* MergeGravatar qadeer2011-04-15
|\
* | modified letvc generation so that the use of control flow function and ↵Gravatar qadeer2011-04-15
| | | | | | | | labels is decoupled. Former is controled by controlFlowVariable and the latter by label2Absy.
| * Add "Large font" menu item (for demos)Gravatar Michal Moskal2011-04-15
|/
* mergeGravatar Unknown2011-04-14
|\
* | added reachability information to the VC and used that to support arbitrary ↵Gravatar Unknown2011-04-14
| | | | | | | | asserts in lazy inlining
| * Stratified Inlining: minor bux fix with recording model valuesGravatar Unknown2011-04-14
|/
* Automated merge with https://hg01.codeplex.com/boogieGravatar Rustan Leino2011-04-07
|\
| * Forro: Fixed bug in binding powerGravatar Rustan Leino2011-04-07
| |
* | Introduce states more aggressively. Show is_null() for pointers.Gravatar Michal Moskal2011-04-06
| |
* | Test commitGravatar Michal Moskal2011-04-05
|/
* Dafny: don't require parentheses in syntax of "choose" statementsGravatar Rustan Leino2011-04-05
|
* branch mergeGravatar Rustan Leino2011-04-05
|\
* | Dafny: Allow field selections and array-element selection as LHSs of ↵Gravatar Unknown2011-04-05
| | | | | | | | assignments where RHS is not just an expression
| * Removing unused field (and testing mecurial checkins)Gravatar Stephan Tobies2011-04-05
| |
| * Dafny: fixed bug in induction over integersGravatar Unknown2011-04-04
|/ | | | Dafny: added pow2 example
* Improvements in map and skolem functions display.Gravatar MichalMoskal2011-04-02
|
* Use new, SMT2 compliant, Z3 syntax for labelsGravatar MichalMoskal2011-04-02
|
* model viewer:Gravatar stobies2011-04-01
| | | | Hide and disable file menu when run in hosted mode
* boogie.exe: allow to reset the command line options so we can re-use the ↵Gravatar stobies2011-04-01
| | | | boogie objects, e.g., from VCC test runs
* model viewer:Gravatar stobies2011-04-01
| | | | | | Allow opening model file via dialog Added shortcut keys for the menu items Made ReloadModel public so that we can use is as an entry point for a VS tool window
* Model viewer:Gravatar stobies2011-04-01
| | | | | Display message box for exception during execution Allow to pass options to Main window constructor
* Dafny:Gravatar rustanleino2011-03-30
| | | | | * Fixed handling of type parameters in automatic decreases clauses * Added ACL2s Rotate example
* Dafny: refactoring to soon support more general assignment statementsGravatar rustanleino2011-03-29
|
* Dafny: Added support for an initializing call as part of the new-allocation ↵Gravatar rustanleino2011-03-27
| | | | | | | | | | | syntax. What you previously would have written like: c := new C; call c.Init(x, y); you can now write as: c := new C.Init(x, y);
* Minor fixesGravatar schaef2011-03-27
|
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26
|
* Dafny: improved and corrected physical/ghost distinctionGravatar rustanleino2011-03-26
|
* Dafny: compile quantifiersGravatar rustanleino2011-03-26
| | | | | | Dafny: allow {:induction} attribute to take an explicit list of bound variables on which to apply induction Dafny: split expressions when proving function postconditions Boogie and BVD: updated copyright year ranges
* Boogie: fixed contract violation in stratified inliningGravatar rustanleino2011-03-23
|
* Print recorded value of any typeGravatar akashlal2011-03-21
|
* Bug fix with model generation.Gravatar akashlal2011-03-21
|
* Made CallCmd.callee public for easy manipulation of un-resolved programsGravatar akashlal2011-03-21
|
* Fixed a tricky bug in z3apiGravatar akashlal2011-03-18
|
* minor fix with loopy counterexample generationGravatar akashlal2011-03-18
|
* Print out requested values in the counterexample traceGravatar akashlal2011-03-17
|
* Re-enabled quantifier checking in the Checked configuration.Gravatar mikebarnett2011-03-16
|
* new algorithm for dead code detection (vc:doomed)Gravatar schaef2011-03-15
|
* Add labels to extracted procedures for loopsGravatar akashlal2011-03-14
|
* Turn off quantifier checking in the runtime checking.Gravatar mikebarnett2011-03-14
|