From 55037e0bcef45c795f28ff3fcf6c1055af465c70 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Thu, 15 Feb 2018 15:31:48 -0600 Subject: Refactor regressions (#1581) --- test/regress/regress1/arith/arith-int-081.cvc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/regress/regress1/arith/arith-int-081.cvc (limited to 'test/regress/regress1/arith/arith-int-081.cvc') diff --git a/test/regress/regress1/arith/arith-int-081.cvc b/test/regress/regress1/arith/arith-int-081.cvc new file mode 100644 index 000000000..546148376 --- /dev/null +++ b/test/regress/regress1/arith/arith-int-081.cvc @@ -0,0 +1,7 @@ +% EXPECT: invalid +x0, x1, x2, x3 : INT; +ASSERT (-8 * x0) + (31 * x1) + (-23 * x2) + (-8 * x3) = 8; +ASSERT (24 * x0) + (-2 * x1) + (2 * x2) + (-2 * x3) >= -17 ; +ASSERT (-6 * x0) + (17 * x1) + (27 * x2) + (26 * x3) >= -30 ; +ASSERT (-19 * x0) + (-15 * x1) + (5 * x2) + (-27 * x3) < -3 ; +QUERY FALSE; -- cgit v1.2.3