aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/micromega/zomicron.v
diff options
context:
space:
mode:
authorGravatar fbesson <fbesson@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-08-07 16:00:00 +0000
committerGravatar fbesson <fbesson@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-08-07 16:00:00 +0000
commit8437c8910d3ae14c97de29c12d935926d3173521 (patch)
tree32d8e3314663c030028762810162dc056866948d /test-suite/micromega/zomicron.v
parent7b609f0dd573d3cd27e3a246e9df35b404ce1e21 (diff)
micromega : bug fixes and optimisations
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11318 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/micromega/zomicron.v')
-rw-r--r--test-suite/micromega/zomicron.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/micromega/zomicron.v b/test-suite/micromega/zomicron.v
index 2b40f6c93..3087db1ad 100644
--- a/test-suite/micromega/zomicron.v
+++ b/test-suite/micromega/zomicron.v
@@ -20,8 +20,9 @@ Proof.
lia.
Qed.
-Lemma omega_nightmare : forall x y, 27 <= 11 * x + 13 * y <= 45 -> 7 * x - 9 * y = 4 -> -10 <= 7 * x - 9 * y <= 4 -> False.
+Lemma omega_nightmare : forall x y, 27 <= 11 * x + 13 * y <= 45 -> -10 <= 7 * x - 9 * y <= 4 -> False.
Proof.
intros ; intuition auto.
lia.
Qed.
+