- 01 Oct, 2015 2 commits
-
-
Martin Clochard authored
-
Martin Clochard authored
-
- 30 Sep, 2015 3 commits
-
-
Andrei Paskevich authored
-
David Hauzar authored
-
David Hauzar authored
Since the exact line of the construct that triggers VC may not be known, the possibility to map the counterexample information related to this construct to dedicated index instead of mapping it to line number was added. Note that the line of the construct that triggers VC is guaranteed to be known only if this construct does not span to multiple lines or if the VC is not split.
-
- 27 Sep, 2015 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 25 Sep, 2015 1 commit
-
-
Andrei Paskevich authored
-
- 24 Sep, 2015 1 commit
-
-
Clément Fumex authored
-
- 23 Sep, 2015 3 commits
-
-
David Hauzar authored
-
David Hauzar authored
the name of the projection to projected element.
-
David Hauzar authored
-
- 22 Sep, 2015 2 commits
-
-
Clément Fumex authored
-
David Hauzar authored
-
- 21 Sep, 2015 3 commits
-
-
David Hauzar authored
-
David Hauzar authored
Model elements in source code line are represented as list of JSON objects with attributes "name", "value", and "kind". The attribute "name" is a name of a counterexample element, the attribute "value" is the value of the counterexample element, and the attribute "kind" is the kind of counterexample element, currently one of "old", "result", "error_message", and "other".
-
MARCHE Claude authored
-
- 20 Sep, 2015 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 19 Sep, 2015 3 commits
-
-
Mário Pereira authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 18 Sep, 2015 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 17 Sep, 2015 3 commits
-
-
Jean-Christophe Filliâtre authored
-
Guillaume Melquiond authored
This fixes (-2) mod 2 being evaluated as nonzero.
-
Martin Clochard authored
The following could be proved correct: type t = A | B function f (x:'a) : 'a = x predicate top = A = f A lemma bad : forall x:t. match x with A -> x = B | B -> x = B -> top end lemma fail : false
-
- 16 Sep, 2015 1 commit
-
-
MARCHE Claude authored
-
- 14 Sep, 2015 1 commit
-
-
MARCHE Claude authored
Issue: stack overflow when loading the driver, how can it be??
-
- 11 Sep, 2015 1 commit
-
-
Clément Fumex authored
To do so, add "overriding" keyword in front of "syntax" in the driver file as in, e.g., overriding syntax function to_uint "(bv2int %1)" One can only have one overriding for a specific function/type.
-
- 10 Sep, 2015 5 commits
-
-
David Hauzar authored
-
MARCHE Claude authored
-
David Hauzar authored
-
David Hauzar authored
Prevent loosing labels of formulas with f.t_node equal to Tquant in transformations eliminate_algebraic and introduce_premises.
-
MARCHE Claude authored
Need to compile Alt-Ergo with Nums instead of Zarith, which is not supported by js_of_ocaml
-
- 09 Sep, 2015 4 commits
-
-
MARCHE Claude authored
-
David Hauzar authored
The concatenation of strings in the list of strings returned by bounded_split must be equal to the string being split.
-
MARCHE Claude authored
-
MARCHE Claude authored
-