From 1257be7a6d384bbf11cb4a2aa6c8281fe4bba790 Mon Sep 17 00:00:00 2001 From: Tim King Date: Fri, 29 Oct 2010 20:57:50 +0000 Subject: [PATCH] Adds a very small test that triggers a bug. The bug is from the commit for -r1063. --- test/regress/regress0/arith/Makefile.am | 1 + .../arith/delta-minimized-row-vector-bug.smt | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 test/regress/regress0/arith/delta-minimized-row-vector-bug.smt 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) )) + ) + +) -- 2.30.2