- 07 Oct, 2015 4 commits
-
-
David Hauzar authored
-
David Hauzar authored
This is to ensure the assumption of the transformation intro_projections_counterexmp that every variable with model label has location. For variables without location, it makes no sense to include them in counterexample.
-
Clément Fumex authored
+ size -> size_bv + size_int -> size + change two_power_size and max_int definitions + add axioms to BVConverter + new axiom relating nth and nth_bv + some reorganisation - update coq realisation - modify in consequence the relevant examples and pull the completed ones out of in_progress
-
David Hauzar authored
-
- 06 Oct, 2015 9 commits
-
-
MARCHE Claude authored
-
David Hauzar authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
David Hauzar authored
Record fields labeled with label model_trace:@hide_field will be not shown in counterexample.
-
David Hauzar authored
Previously, "." was automatically appended to names stored in model_trace label when creating variables corresponding to record fields in eval_match and when projecting record fields in the transformation intro_projections_counterexmp. Now, this is not done and "." must be given in model_trace label of the projection or record field. The reason is that for SPARK, character different from "." (e.g., "'" needs to be sometimes appended.
-
David Hauzar authored
In standard WP, propagate also location of the expression, in fast wp, do not propagate model labels through Eany expression.
-
David Hauzar authored
-
- 02 Oct, 2015 3 commits
-
-
Martin Clochard authored
-
MARCHE Claude authored
-
Martin Clochard authored
-
- 01 Oct, 2015 3 commits
-
-
MARCHE Claude authored
-
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
-