- 28 Nov, 2018 2 commits
-
-
Sylvain Dailler authored
Removes debug flag: debug_auto_model. Some changes in counterexamples triggered by: - (non counterexamples) transformations which have a specific case for model_trace but not for the new detection: this is intended as simplifications that would be done are often simplifications we want for counterexamples, - Some locations are missing in variables introduced by SP/WP which should explain the rest. This also disables projections for record in intro_projection_counterexmp. Correct subst_filter to be consistent with new counterexample modification
-
MARCHE Claude authored
-
- 27 Nov, 2018 1 commit
-
-
Sylvain Dailler authored
-
- 16 Nov, 2018 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 30 Oct, 2018 1 commit
-
-
DAILLER Sylvain authored
-
- 24 Oct, 2018 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 23 Oct, 2018 1 commit
-
-
Sylvain Dailler authored
-
- 22 Oct, 2018 7 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
We now use the information inside attributes to correctly associate a label to each counterexamples. The information is carried inside attributes which are preserved/collected during ce transformations and printing to smt2. The collection filled during the printing of the task is reused during the printing of counterexamples to add "at label" where needed.
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 10 Oct, 2018 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 05 Oct, 2018 1 commit
-
-
Sylvain Dailler authored
This makes Timeout and Unknown equivalent and remove the diff on floats that differs on moloch and CI.
-
- 02 Oct, 2018 1 commit
-
-
Sylvain Dailler authored
This updates values of already failing counterexamples which were changed by the fix for z3/encoding_twin in 4b79dcf1.
-
- 26 Sep, 2018 1 commit
-
-
Sylvain Dailler authored
-
- 25 Sep, 2018 1 commit
-
-
Sylvain Dailler authored
-
- 18 Sep, 2018 1 commit
-
-
Sylvain Dailler authored
-
- 05 Sep, 2018 1 commit
-
-
MARCHE Claude authored
-
- 12 Jul, 2018 3 commits
-
-
Sylvain Dailler authored
This fixes a problem in the wp generation and eval match where it was possible to create new variables with same labels (including model_trace) which does not have the same type. This results in bad typing for counterexamples. In particular, when only one region of a type is mutable we can project directly during wp (now we do the same but with the corresponding model_trace).
-
Sylvain Dailler authored
model_trace from the model_context when defining a new variable
-
Sylvain Dailler authored
-
- 11 Jul, 2018 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 15 Jun, 2018 1 commit
-
-
Andrei Paskevich authored
-
- 04 Jun, 2018 1 commit
-
-
Andrei Paskevich authored
-
- 01 Jun, 2018 1 commit
-
-
Sylvain Dailler authored
This way, (labels|tags|attributes) can be retrieved on counterexamples names.
-
- 31 May, 2018 1 commit
-
-
MARCHE Claude authored
-
- 30 May, 2018 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 14 May, 2018 1 commit
-
-
MARCHE Claude authored
-
- 04 May, 2018 3 commits
-
-
Sylvain Dailler authored
Fix example incremental.
-
MARCHE Claude authored
-
MARCHE Claude authored
- no option -get-ce and option in IDE anymore instead counterexamples are generated using prover alternatives - for counterexamples, smt printer always prints incrementally: first the goal, then the ground hypotheses, then the others
-
- 03 May, 2018 1 commit
-
-
Sylvain Dailler authored
-