Source code checked in, #98888c7ebc95
Improve the redundancy detection algorithm used while constructing sets of terms Based on an issue noted by Chris with redundancy removal resuls being dependent on the order of the terms....
View ArticleSource code checked in, #b234cf31dce0
Small fix: there is no loop in (forall x :: Q(x) && Q(0)) Again, spotted by Chris :)
View ArticleSource code checked in, #ffe1f54e15a5
Further relax the loop detection conditions Mismatches are now allowed up to expressions not involving any of the bound variables of the quantifier under inspection.
View ArticleSource code checked in, #9f2c7025f5d2
Added tests for Boogie's new /verifySnapshots:3, which will be used by the Dafny emacs mode
View ArticleSource code checked in, #5683bf8814e6
fix for comparison error in prelude when using /optimize.
View ArticleNew Post: Induction hypothesis doesn't work?
http://rise4fun.com/Dafny/bVR It has been simplified to just show the problem that the assert after the recursive call to the lemma should be satisfied, it is the induction hypothesis.
View ArticleSource code checked in, #3a6e5e01ef38
Proof that Ackermann can be curried and that it is monotonic in both arguments.
View ArticleCreated Unassigned: Bug in dafny script [90]
The 'dafny' script in the binary folder is not usable. It does not pass the arguments it received to dafny.exe.As a result, some functions provided by boogie-friends cannot be used in Emacs. After...
View ArticleSource code checked in, #7f068d6ded4e
Fix #90 The mono wrapper for Dafny didn't forward command line arguments.
View ArticleEdited Unassigned: Bug in dafny script [90]
The 'dafny' script in the binary folder is not usable. It does not pass the arguments it received to dafny.exe.As a result, some functions provided by boogie-friends cannot be used in Emacs. After...
View ArticleCommented Unassigned: Bug in dafny script [90]
The 'dafny' script in the binary folder is not usable. It does not pass the arguments it received to dafny.exe.As a result, some functions provided by boogie-friends cannot be used in Emacs. After...
View ArticleCommented Unassigned: Bug in dafny script [90]
The 'dafny' script in the binary folder is not usable. It does not pass the arguments it received to dafny.exe.As a result, some functions provided by boogie-friends cannot be used in Emacs. After...
View ArticleClosed Unassigned: Bug in dafny script [90]
The 'dafny' script in the binary folder is not usable. It does not pass the arguments it received to dafny.exe.As a result, some functions provided by boogie-friends cannot be used in Emacs. After...
View ArticleCreated Unassigned: Set comprehension heuristics [91]
Here's a small collection of examples, all variations on a theme, where we might hope that Dafny's comprehension heuristics could determine that the set is finite, but they currently do not.[Example...
View Article