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-100.cvc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/regress/regress1/arith/arith-int-100.cvc (limited to 'test/regress/regress1/arith/arith-int-100.cvc') diff --git a/test/regress/regress1/arith/arith-int-100.cvc b/test/regress/regress1/arith/arith-int-100.cvc new file mode 100644 index 000000000..7e07bee14 --- /dev/null +++ b/test/regress/regress1/arith/arith-int-100.cvc @@ -0,0 +1,8 @@ +% EXPECT: invalid +x0, x1, x2, x3 : INT; +ASSERT (27 * x0) + (-21 * x1) + (-6 * x2) + (-6 * x3) > -15 ; +ASSERT (-5 * x0) + (-10 * x1) + (2 * x2) + (-16 * x3) <= -7 ; +ASSERT (25 * x0) + (25 * x1) + (-15 * x2) + (-32 * x3) > -31 ; +ASSERT (17 * x0) + (-26 * x1) + (9 * x2) + (-28 * x3) >= -29 ; +ASSERT (-10 * x0) + (-18 * x1) + (15 * x2) + (0 * x3) <= 32; +QUERY FALSE; -- cgit v1.2.3