aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfilliatr2003-01-30 10:20:30 +0000
committerfilliatr2003-01-30 10:20:30 +0000
commit93ad369e0446b19d399711c4c407663c068a58b6 (patch)
tree29bad452b38b84f2ed29139b11ce21e2f348f5eb
parentdb1ee152551f95ff25a02b4279c156ebbc3d8e3a (diff)
Auto with zarith essaye Abstract Omega sur un but False
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3628 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xconfigure4
-rwxr-xr-xcontrib/omega/Omega.v2
2 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index f7db7c62d8..d646ec0abd 100755
--- a/configure
+++ b/configure
@@ -6,9 +6,9 @@
#
##################################
-VERSION=7.3.1+
+VERSION=7.4
VERSIONSI=1.0
-DATE="Oct 2002"
+DATE="Feb 2003"
# a local which command for sh
which () {
diff --git a/contrib/omega/Omega.v b/contrib/omega/Omega.v
index 77906873d1..84ede032bc 100755
--- a/contrib/omega/Omega.v
+++ b/contrib/omega/Omega.v
@@ -56,3 +56,5 @@ Hint not_Zle_Omega : zarith := Extern 10 ~(Zle ? ?) Abstract Omega.
Hint not_Zlt_Omega : zarith := Extern 10 ~(Zlt ? ?) Abstract Omega.
Hint not_Zge_Omega : zarith := Extern 10 ~(Zge ? ?) Abstract Omega.
Hint not_Zgt_Omega : zarith := Extern 10 ~(Zgt ? ?) Abstract Omega.
+
+Hint false_Omega : zarith := Extern 10 False Abstract Omega.