aboutsummaryrefslogtreecommitdiff
path: root/plugins/micromega/MExtraction.v
diff options
context:
space:
mode:
authorVincent Laporte2018-10-10 07:49:51 +0000
committerVincent Laporte2018-10-10 07:49:51 +0000
commit71280c8f38824e28bb0464ed15d951b542e33b48 (patch)
tree5d17b1761dcde23a4204544f0d2c97fa38f8ca04 /plugins/micromega/MExtraction.v
parent66aa2d714f821593d24ab3959c22bc083b949815 (diff)
parent7f445d1027cbcedf91f446bc86afea36840728ba (diff)
Merge PR #8457: Refactoring of Micromega plugin (including new Simplex based solver)
Diffstat (limited to 'plugins/micromega/MExtraction.v')
-rw-r--r--plugins/micromega/MExtraction.v11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/micromega/MExtraction.v b/plugins/micromega/MExtraction.v
index 158ddb589b..5f01f981ef 100644
--- a/plugins/micromega/MExtraction.v
+++ b/plugins/micromega/MExtraction.v
@@ -53,12 +53,11 @@ Extract Constant Rinv => "fun x -> 1 / x".
(** In order to avoid annoying build dependencies the actual
extraction is only performed as a test in the test suite. *)
-(* Extraction "plugins/micromega/micromega.ml" *)
-(* Recursive Extraction *)
-(* List.map simpl_cone (*map_cone indexes*) *)
-(* denorm Qpower vm_add *)
-(* n_of_Z N.of_nat ZTautoChecker ZWeakChecker QTautoChecker RTautoChecker find. *)
-
+(*Extraction "micromega.ml"
+(*Recursive Extraction*) 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.
+*)
(* Local Variables: *)
(* coding: utf-8 *)
(* End: *)