diff options
author | Rustan Leino <leino@microsoft.com> | 2011-10-07 17:28:07 -0700 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-10-07 17:28:07 -0700 |
commit | aa1c47aa342079040ae5ee0e849b04508c41e65c (patch) | |
tree | 8cf2562ccd57a02f7c10e22bf66341bef8016d20 /Test/dafny2/Answer | |
parent | 7ea78551342ff1a1bfe36e2c7f9eaa44a2096a35 (diff) |
Dafny: added COST Verification Competition challenge programs to test suite
Diffstat (limited to 'Test/dafny2/Answer')
-rw-r--r-- | Test/dafny2/Answer | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Test/dafny2/Answer b/Test/dafny2/Answer index d052c463..81db547b 100644 --- a/Test/dafny2/Answer +++ b/Test/dafny2/Answer @@ -6,3 +6,23 @@ Dafny program verifier finished with 37 verified, 0 errors -------------------- TreeBarrier.dfy --------------------
Dafny program verifier finished with 8 verified, 0 errors
+
+-------------------- COST-verif-comp-2011-1-MaxArray.dfy --------------------
+
+Dafny program verifier finished with 2 verified, 0 errors
+
+-------------------- COST-verif-comp-2011-2-MaxTree-class.dfy --------------------
+
+Dafny program verifier finished with 8 verified, 0 errors
+
+-------------------- COST-verif-comp-2011-2-MaxTree-datatype.dfy --------------------
+
+Dafny program verifier finished with 5 verified, 0 errors
+
+-------------------- COST-verif-comp-2011-3-TwoDuplicates.dfy --------------------
+
+Dafny program verifier finished with 4 verified, 0 errors
+
+-------------------- COST-verif-comp-2011-4-FloydCycleDetect.dfy --------------------
+
+Dafny program verifier finished with 23 verified, 0 errors
|