Skip to content

Commit 49de007

Browse files
lyonel2017thery
andcommitted
Add new tactic "ensatz" for proving polynomial equalities with existential quantifier
Co-authored-by: Laurent Thery <[email protected]>
1 parent 78721f6 commit 49de007

File tree

9 files changed

+984
-0
lines changed

9 files changed

+984
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- in `ENsatzTactic`
2+
3+
+ Add new tactic ensatz for proving polynomial equalities
4+
with existential quantifier
5+
(`#160 <https://github.com/coq/stdlib/pull/160>`_,
6+
by Lionel Blatter).
7+
8+
- in `ENsatz`
9+
10+
+ Add test for the tactic ensatz
11+
(`#160 <https://github.com/coq/stdlib/pull/160>`_,
12+
by Lionel Blatter).
13+

doc/stdlib/hidden-files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ theories/micromega/ZifyComparison.v
5757
theories/micromega/ZifyClasses.v
5858
theories/micromega/ZifyPow.v
5959
theories/micromega/Zify.v
60+
theories/nsatz/ENsatzTactic.v
6061
theories/nsatz/NsatzTactic.v
6162
theories/omega/OmegaLemmas.v
6263
theories/omega/PreOmega.v

doc/stdlib/index-list.html.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ through the <tt>From Stdlib Require Import</tt> command.</p>
297297
theories/ZArith/Zbitwise.v
298298
theories/ZArith/ZModOffset.v
299299
theories/ZArith/ZNsatz.v
300+
theories/ZArith/ZENsatz.v
300301
theories/Numbers/DecimalFacts.v
301302
theories/Numbers/DecimalNat.v
302303
theories/Numbers/DecimalPos.v

0 commit comments

Comments
 (0)