- 08 Feb, 2016 1 commit
-
-
Martin Clochard authored
-
- 05 Feb, 2016 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 04 Feb, 2016 2 commits
-
-
Jean-Christophe Filliâtre authored
-
Johannes Kanig authored
On N121-024 we fixed a bug where a state was incorrectly reused during merge. The fix was to never reuse state when merging. This resulted in a performance drop. The new fix now marks states which should not be reused - basically states that come from raise - and when such a state is present during merging, we don't reuse. Otherwise, we reuse. This seems to get us the performance and passes all tests. Marking is implemented simply by a flag in states * mlw_wp.ml: (mark) allows to set the marked flag of a state (empty) empty state is not marked (havoc) havoc doesn't change marked state (merge_vars, merge_regs) new argument "marked", only create a new variable when marked is true, otherwise reuse (fast_wp) in the case of Eraise, mark the used state M415-042 pass labels down to conjunctions Why3 parser groups the loop invariants into a single formula. This patch allows to have the VC labels on every conjunct mlw_wp.ml (fastwp) call wp_expl instead of t_label
-
- 02 Feb, 2016 5 commits
-
-
Jean-Christophe Filliâtre authored
-
Martin Clochard authored
-
Martin Clochard authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
- 01 Feb, 2016 6 commits
-
-
MARCHE Claude authored
-
Martin Clochard authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
Daisuke Ishii authored
add Bool theory support.
-
- 29 Jan, 2016 3 commits
-
-
Stefan Berghofer authored
-
Stefan Berghofer authored
-
Stefan Berghofer authored
-
- 28 Jan, 2016 2 commits
-
-
Clément Fumex authored
-
Stefan Berghofer authored
-
- 26 Jan, 2016 3 commits
-
-
Clément Fumex authored
definitions in smtlib-bv driver. - Add no-bv.gen driver file targeted to provers without support for the smtlib bv theory (or for the no_bv variants). - update realization & tests
-
Stefan Berghofer authored
Isabelle2015 is still supported, but support for Isabelle2014 has been discontinued.
-
Stefan Berghofer authored
-
- 25 Jan, 2016 2 commits
-
-
Martin Clochard authored
-
Martin Clochard authored
-
- 23 Jan, 2016 1 commit
-
-
Martin Clochard authored
-
- 21 Jan, 2016 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 18 Jan, 2016 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 17 Jan, 2016 1 commit
-
-
Andrei Paskevich authored
-
- 13 Jan, 2016 1 commit
-
-
Martin Clochard authored
-
- 12 Jan, 2016 7 commits
-
-
Jean-Christophe Filliâtre authored
-
-
Martin Clochard authored
-
Martin Clochard authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-
Jean-Christophe Filliâtre authored
-