diff options
author | Rustan Leino <leino@microsoft.com> | 2011-11-15 13:03:52 -0800 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-11-15 13:03:52 -0800 |
commit | 94fcbefe78e8f7f866e0e6f743fa4b1ab258b296 (patch) | |
tree | 882ca63e87067b9ef5d94627c8c48ecd160bcc85 /Test/vstte2012/Answer | |
parent | 9985eb5e81b1c5c62aceb4edab5d07b1f4f46809 (diff) |
Added Dafny solutions to the VSTTE 2012 program verification competition
Diffstat (limited to 'Test/vstte2012/Answer')
-rw-r--r-- | Test/vstte2012/Answer | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Test/vstte2012/Answer b/Test/vstte2012/Answer new file mode 100644 index 00000000..15a95de1 --- /dev/null +++ b/Test/vstte2012/Answer @@ -0,0 +1,20 @@ +
+-------------------- Two-Way-Sort.dfy --------------------
+
+Dafny program verifier finished with 4 verified, 0 errors
+
+-------------------- Combinators.dfy --------------------
+
+Dafny program verifier finished with 25 verified, 0 errors
+
+-------------------- RingBuffer.dfy --------------------
+
+Dafny program verifier finished with 13 verified, 0 errors
+
+-------------------- Tree.dfy --------------------
+
+Dafny program verifier finished with 15 verified, 0 errors
+
+-------------------- BreadthFirstSearch.dfy --------------------
+
+Dafny program verifier finished with 24 verified, 0 errors
|