summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ite_real_valid.smt
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-05-27 20:34:18 +0000
committerTim King <taking@cs.nyu.edu>2010-05-27 20:34:18 +0000
commitd1acfe81a013d1f8960bd0267dcd685185ffc785 (patch)
tree70870c5ccbea9fff7edf5ba26c5f8e68fe16c20e /test/regress/regress0/ite_real_valid.smt
parente5c77b0674a9cb698e6012ccc1950fef9bee4f8d (diff)
Preregistration has been turned on. Highly experimental eager splitting support has been added. Also a few bug fixes to Tableau.
Diffstat (limited to 'test/regress/regress0/ite_real_valid.smt')
-rw-r--r--test/regress/regress0/ite_real_valid.smt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regress/regress0/ite_real_valid.smt b/test/regress/regress0/ite_real_valid.smt
new file mode 100644
index 000000000..eeaaa17e0
--- /dev/null
+++ b/test/regress/regress0/ite_real_valid.smt
@@ -0,0 +1,8 @@
+(benchmark ite_real_valid
+:logic QF_LRA
+:status unsat
+:extrafuns ((x Real))
+:extrapreds ((b))
+:formula
+ (not (implies (= x (ite b 0 1)) (>= x 0)))
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback