- 08 Oct, 2015 2 commits
-
-
David Hauzar authored
The value of bitvector can not fit into integer range (it can be, e.g, 9223372036854775881). Values of bitvectors are stored as strings and not converted to integers.
-
David Hauzar authored
-
- 07 Oct, 2015 2 commits
-
-
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.
-
David Hauzar authored
-
- 06 Oct, 2015 4 commits
-
-
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
-
- 30 Sep, 2015 1 commit
-
-
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.
-
- 23 Sep, 2015 1 commit
-
-
David Hauzar authored
the name of the projection to projected element.
-
- 22 Sep, 2015 1 commit
-
-
David Hauzar authored
-
- 21 Sep, 2015 1 commit
-
-
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".
-
- 10 Sep, 2015 3 commits
-
-
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 7 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
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 08 Sep, 2015 3 commits
-
-
David Hauzar authored
-
David Hauzar authored
-
David Hauzar authored
-
- 07 Sep, 2015 11 commits
-
-
MARCHE Claude authored
-
David Hauzar authored
-
David Hauzar authored
Postconditions for that variables mentioned in these postconditions should be in counterexample are now marked with label "model_vc_post". Variables corresponding to return values are no longer handled by transformation intro_vc_vars_counterexmp. They must have location of the corresponding postcondition, label "model" or "model_trace", and label of the form "model_trace:name@result". Generartion of these labels to variables corresponding to return values created in WP is for future work.
-
David Hauzar authored
-
David Hauzar authored
-
David Hauzar authored
In why3, references are internally stored in the record ref with one field content (containing the value that is referenced). Disable displaying the name of the field content of record ref in counterexamples.
-
MARCHE Claude authored
-
MARCHE Claude authored
dans ace/src-noconflicts
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 06 Sep, 2015 1 commit
-
-
MARCHE Claude authored
needs 'ace' to run, which can be retrieved using git clone https://github.com/ajaxorg/ace-builds.git
-
- 04 Sep, 2015 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
David Hauzar authored
-