Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
82afdd97
Commit
82afdd97
authored
Feb 12, 2014
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sessions + termination of VSTTE 12 tree reconstruction
parent
b255fbaa
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
504 additions
and
375 deletions
+504
-375
examples/euler003/why3session.xml
examples/euler003/why3session.xml
+34
-10
examples/verifythis_fm2012_LRS/why3session.xml
examples/verifythis_fm2012_LRS/why3session.xml
+251
-251
examples/vstte12_tree_reconstruction.mlw
examples/vstte12_tree_reconstruction.mlw
+1
-0
examples/vstte12_tree_reconstruction/why3session.xml
examples/vstte12_tree_reconstruction/why3session.xml
+218
-114
No files found.
examples/euler003/why3session.xml
View file @
82afdd97
...
...
@@ -16,9 +16,17 @@
<prover
id=
"3"
name=
"Eprover"
version=
"1.
8-001
"
/>
version=
"1.
6
"
/>
<prover
id=
"4"
name=
"Eprover"
version=
"1.8-001"
/>
<prover
id=
"5"
name=
"Vampire"
version=
"0.6"
/>
<prover
id=
"6"
name=
"Z3"
version=
"4.3.1"
/>
<file
...
...
@@ -98,7 +106,7 @@
memlimit=
"1000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"
1.75
"
/>
<result
status=
"valid"
time=
"
0.83
"
/>
</proof>
</goal>
<goal
...
...
@@ -173,7 +181,7 @@
<label
name=
"expl:VC for smallest_divisor"
/>
<proof
prover=
"
4
"
prover=
"
6
"
timelimit=
"5"
memlimit=
"1000"
obsolete=
"false"
...
...
@@ -213,7 +221,7 @@
<label
name=
"expl:VC for smallest_divisor"
/>
<proof
prover=
"
4
"
prover=
"
6
"
timelimit=
"5"
memlimit=
"1000"
obsolete=
"false"
...
...
@@ -632,7 +640,7 @@
memlimit=
"1000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"
1.32
"
/>
<result
status=
"valid"
time=
"
0.85
"
/>
</proof>
</goal>
<goal
...
...
@@ -694,7 +702,7 @@
memlimit=
"1000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"0.4
0
"
/>
<result
status=
"valid"
time=
"0.
1
4"
/>
</proof>
</goal>
<goal
...
...
@@ -986,7 +994,7 @@
memlimit=
"1000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"2.
43
"
/>
<result
status=
"valid"
time=
"2.
92
"
/>
</proof>
</goal>
<goal
...
...
@@ -1123,7 +1131,7 @@
memlimit=
"1000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"
0.73
"
/>
<result
status=
"valid"
time=
"
1.31
"
/>
</proof>
</goal>
<goal
...
...
@@ -1140,11 +1148,27 @@
<proof
prover=
"3"
timelimit=
"5"
memlimit=
"4000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"0.34"
/>
</proof>
<proof
prover=
"4"
timelimit=
"5"
memlimit=
"1000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"0.61"
/>
</proof>
<proof
prover=
"5"
timelimit=
"5"
memlimit=
"4000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"2.73"
/>
</proof>
</goal>
</transf>
</goal>
...
...
@@ -1160,7 +1184,7 @@
<label
name=
"expl:VC for largest_prime_factor"
/>
<proof
prover=
"
4
"
prover=
"
6
"
timelimit=
"5"
memlimit=
"1000"
obsolete=
"false"
...
...
@@ -1265,7 +1289,7 @@
memlimit=
"1000"
obsolete=
"false"
archived=
"false"
>
<result
status=
"valid"
time=
"0.
26
"
/>
<result
status=
"valid"
time=
"0.
11
"
/>
</proof>
</goal>
<goal
...
...
examples/verifythis_fm2012_LRS/why3session.xml
View file @
82afdd97
This diff is collapsed.
Click to expand it.
examples/vstte12_tree_reconstruction.mlw
View file @
82afdd97
...
...
@@ -248,6 +248,7 @@ module ZipperBased
match t2 with Node l2 _ -> g (Cons (d2+1, l2) left)
| Leaf -> true end
| Nil -> true end }
variant { length left + 2 * length right }
ensures { depths 0 result = forest_depths (reverse left ++ right) }
raises { Failure ->
forall t: tree. depths 0 t <> forest_depths (reverse left ++ right) }
...
...
examples/vstte12_tree_reconstruction/why3session.xml
View file @
82afdd97
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment