From: Tim King Date: Fri, 29 Oct 2010 20:57:50 +0000 (+0000) Subject: Adds a very small test that triggers a bug. The bug is from the commit for -r1063. X-Git-Tag: cvc5-1.0.0~8759 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1257be7a6d384bbf11cb4a2aa6c8281fe4bba790;p=cvc5.git Adds a very small test that triggers a bug. The bug is from the commit for -r1063. --- 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) )) + ) + +)