diff options
| author | Vincent Laporte | 2018-10-10 07:49:51 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2018-10-10 07:49:51 +0000 |
| commit | 71280c8f38824e28bb0464ed15d951b542e33b48 (patch) | |
| tree | 5d17b1761dcde23a4204544f0d2c97fa38f8ca04 /test-suite/output | |
| parent | 66aa2d714f821593d24ab3959c22bc083b949815 (diff) | |
| parent | 7f445d1027cbcedf91f446bc86afea36840728ba (diff) | |
Merge PR #8457: Refactoring of Micromega plugin (including new Simplex based solver)
Diffstat (limited to 'test-suite/output')
| -rw-r--r-- | test-suite/output/MExtraction.v | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/output/MExtraction.v b/test-suite/output/MExtraction.v index 352e422cf7..36992e4dda 100644 --- a/test-suite/output/MExtraction.v +++ b/test-suite/output/MExtraction.v @@ -7,6 +7,6 @@ Require Import QMicromega. Require Import RMicromega. Recursive Extraction - List.map RingMicromega.simpl_cone (*map_cone indexes*) - denorm Qpower vm_add - n_of_Z N.of_nat ZTautoChecker ZWeakChecker QTautoChecker RTautoChecker find. + List.map simpl_cone (*map_cone indexes*) + denorm Qpower vm_add + normZ normQ normQ n_of_Z N.of_nat ZTautoChecker ZWeakChecker QTautoChecker RTautoChecker find. |
