Skip to content

Commit 3f6873b

Browse files
lyonel2017thery
andcommitted
Add new tactic "ensatz" for proving polynomial equalities with existential quantifier
Co-authored-by: Laurent Thery <Laurent.Thery@inria.fr>
1 parent 94590a1 commit 3f6873b

File tree

5 files changed

+918
-0
lines changed

5 files changed

+918
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- `ENsatzTactic.v` and `ENsatz.v`
2+
3+
+ Add new tactic ensatz fo proving polynimial equalities
4+
with existential quantifier
5+
(`#160 <https://github.com/coq/stdlib/pull/160>`_,
6+
by Lionel Blatter).
7+

doc/stdlib/hidden-files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ theories/micromega/ZifyComparison.v
5959
theories/micromega/ZifyClasses.v
6060
theories/micromega/ZifyPow.v
6161
theories/micromega/Zify.v
62+
theories/nsatz/ENsatzTactic.v
6263
theories/nsatz/NsatzTactic.v
6364
theories/omega/OmegaLemmas.v
6465
theories/omega/PreOmega.v

0 commit comments

Comments
 (0)