summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/nta/exp_monotone.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/nl/nta/exp_monotone.smt2')
-rw-r--r--test/regress/regress0/nl/nta/exp_monotone.smt217
1 files changed, 0 insertions, 17 deletions
diff --git a/test/regress/regress0/nl/nta/exp_monotone.smt2 b/test/regress/regress0/nl/nta/exp_monotone.smt2
deleted file mode 100644
index a1360dc22..000000000
--- a/test/regress/regress0/nl/nta/exp_monotone.smt2
+++ /dev/null
@@ -1,17 +0,0 @@
-; COMMAND-LINE: --nl-ext
-; EXPECT: unsat
-(set-logic QF_UFNRA)
-(set-info :status unsat)
-(declare-fun x () Real)
-(declare-fun y () Real)
-(declare-fun z () Real)
-(declare-fun w () Real)
-
-(assert (< x w))
-
-(assert (> (exp x) (exp y)))
-(assert (> (exp y) (exp z)))
-(assert (> (exp z) (exp w)))
-
-
-(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback