File tree Expand file tree Collapse file tree 3 files changed +4
-71
lines changed Expand file tree Collapse file tree 3 files changed +4
-71
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,12 @@ Extract Constant Rinv => "fun x -> 1 / x".
57
57
extraction is only performed as a test in the test suite. *)
58
58
Recursive Extraction
59
59
Tauto.mapX Tauto.foldA Tauto.collect_annot Tauto.ids_of_formula Tauto.map_bformula
60
+ map_eFormula eFormula
60
61
Tauto.abst_form
61
- ZMicromega.cnfZ ZMicromega.Zeval_const QMicromega.cnfQ
62
+ ZMicromega.cnfZ ZMicromega.Zeval_const QMicromega.cnfQ RMicromega.cnfR
62
63
List.map simpl_cone (*map_cone indexes *)
63
64
denorm QArith_base.Qpower vm_add
64
- normZ normQ normQ Z.to_N N.of_nat ZTautoChecker ZWeakChecker QTautoChecker RTautoChecker find.
65
+ normZ normQ (* normQ *) Z.to_N N.of_nat ZTautoChecker ZWeakChecker QTautoChecker RTautoChecker find.
65
66
66
67
(* Local Variables: *)
67
68
(* coding: utf-8 *)
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ From Stdlib Require Export micromega.VarMap.
57
57
From Stdlib Require Export micromega.ZArith_hints.
58
58
From Stdlib Require Export micromega.ZCoeff.
59
59
From Stdlib Require Export micromega.ZMicromega.
60
+ From Stdlib Require Export micromega.MExtraction.
60
61
From Stdlib Require Export micromega.Zify.
61
62
From Stdlib Require Export micromega.Tify.
62
63
From Stdlib Require Export micromega.ZifyBool.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments