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".
5757 extraction is only performed as a test in the test suite. *)
5858Recursive Extraction
5959 Tauto.mapX Tauto.foldA Tauto.collect_annot Tauto.ids_of_formula Tauto.map_bformula
60+ map_eFormula eFormula
6061 Tauto.abst_form
61- ZMicromega.cnfZ ZMicromega.Zeval_const QMicromega.cnfQ
62+ ZMicromega.cnfZ ZMicromega.Zeval_const QMicromega.cnfQ RMicromega.cnfR
6263 List.map simpl_cone (*map_cone indexes *)
6364 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.
6566
6667(* Local Variables: *)
6768(* coding: utf-8 *)
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ From Stdlib Require Export micromega.VarMap.
5757From Stdlib Require Export micromega.ZArith_hints.
5858From Stdlib Require Export micromega.ZCoeff.
5959From Stdlib Require Export micromega.ZMicromega.
60+ From Stdlib Require Export micromega.MExtraction.
6061From Stdlib Require Export micromega.Zify.
6162From Stdlib Require Export micromega.Tify.
6263From Stdlib Require Export micromega.ZifyBool.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments