summaryrefslogtreecommitdiff
path: root/Test/dafny2/MajorityVote.dfy
Commit message (Collapse)AuthorAge
* Renamed "ghost method" to "lemma" whenever appropriate (which is most of the ↵Gravatar Rustan Leino2015-07-28
| | | | | | time) in the test suite. Removed some assertions that have been rendered unnecessary because of the computations that Dafny instructs the SMT solver to do.
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Changed calc syntax (custom operators are now written before the hint)Gravatar Nadia Polikarpova2013-02-08
|
* added two "calc" proofs (by Nadia) of the MajorityVote exampleGravatar Unknown2012-10-19
|
* Dafny: Since it's no longer true that all types support equality at run-time ↵Gravatar Unknown2012-06-21
| | | | (in particular, codatatypes), Dafny needs to check this. In these changes, Dafny supports the "(==)" suffix to type parameters, infers that suffix in some cases, and enforces equality support in many places. Refinement and datatypes still need more attention in the Dafny implementation.
* Dafny: added another version of the majority finding algorithm to the test suiteGravatar Unknown2012-06-12
|
* Dafny: added some test programsGravatar Rustan Leino2012-06-08