- 17 Nov, 2011 3 commits
-
-
Guillaume Melquiond authored
Suppose that marks appear in order L1, L2, L3 in a program. Previously, x@L2@L1@L3 would end up with the value of x at mark L1 (the latest mark encountered by WP, that is, the earliest mark in the program). Now, x@L2@L1@L3 will end up with the value of x at mark L2 (the innermost mark in the expression). From a WP point of view, the sequence was x@L2@L1@L3 -> x@L2@L1@now (L3) -> x@L2@L1 (unref) -> x@now@L1 (L2) -> x@now@L1 (unref) -> x@now@now (L1) -> x_L1 (unref). Now the sequence of substitution is x@L2@L1@L3 -> x@L2@L1@now (L3) -> x@L2@L1 (unref) -> x@now@L1 (L2) -> x_L2 (unref).
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 16 Nov, 2011 6 commits
-
-
Andrei Paskevich authored
the memlimit parameter is ignored and the timelimit parameter is still treated as a wallclock time. However, the execution time shown is the CPU time. This is only a draft which may not even compile.
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
MARCHE Claude authored
-
-
Tuyen Nguyen authored
-
- 15 Nov, 2011 1 commit
-
-
François Bobot authored
-
- 14 Nov, 2011 4 commits
-
-
MARCHE Claude authored
Circumvent problem with implicits
-
MARCHE Claude authored
-
MARCHE Claude authored
the time limit for the replay is the max of the time limit given initially and twice the time taken by the prover (if the result was "valid") E.g, if Alt-Ergo said valid in 4.9 seconds, for an initial limit of 5, then the replay will give 10 seconds
-
MARCHE Claude authored
-
- 13 Nov, 2011 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 12 Nov, 2011 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 11 Nov, 2011 4 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 09 Nov, 2011 1 commit
-
-
Andrei Paskevich authored
-
- 08 Nov, 2011 4 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 07 Nov, 2011 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 06 Nov, 2011 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 04 Nov, 2011 4 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Jean-Christophe authored
-
- 03 Nov, 2011 5 commits
-
-
Tuyen Nguyen authored
-
MARCHE Claude authored
-
-
Tuyen Nguyen authored
-
MARCHE Claude authored
-