summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-10-29 20:57:50 +0000
committerTim King <taking@cs.nyu.edu>2010-10-29 20:57:50 +0000
commit1257be7a6d384bbf11cb4a2aa6c8281fe4bba790 (patch)
tree7ceb3d9a242b6453ec0ce90ab3b2b04ce86aaa14 /test/regress/regress0/arith
parent97954a7b32e4606e2f9d561f2692e99f3ab46bcd (diff)
Adds a very small test that triggers a bug. The bug is from the commit for -r1063.
Diffstat (limited to 'test/regress/regress0/arith')
-rw-r--r--test/regress/regress0/arith/Makefile.am1
-rw-r--r--test/regress/regress0/arith/delta-minimized-row-vector-bug.smt12
2 files changed, 13 insertions, 0 deletions
diff --git a/test/regress/regress0/arith/Makefile.am b/test/regress/regress0/arith/Makefile.am
index f38413d95..91b1d41c7 100644
--- a/test/regress/regress0/arith/Makefile.am
+++ b/test/regress/regress0/arith/Makefile.am
@@ -7,6 +7,7 @@ TESTS = \
arith.01.cvc \
arith.02.cvc \
arith.03.cvc \
+ delta-minimized-row-vector-bug.smt \
leq.01.smt
EXTRA_DIST = $(TESTS)
diff --git a/test/regress/regress0/arith/delta-minimized-row-vector-bug.smt b/test/regress/regress0/arith/delta-minimized-row-vector-bug.smt
new file mode 100644
index 000000000..5cf44c94e
--- /dev/null
+++ b/test/regress/regress0/arith/delta-minimized-row-vector-bug.smt
@@ -0,0 +1,12 @@
+(benchmark delta_minimized_row_vector_bug.smt
+:logic QF_LRA
+:extrafuns ((x_120 Real))
+:extrafuns ((x_11 Real))
+:extrafuns ((x_102 Real))
+:status sat
+:formula
+ (and (>= x_11 0)
+ (or (= x_120 x_102) (<= x_102 (~ x_11)) (= x_120 (+ x_102 x_11) ))
+ )
+
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback