summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-060.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/arith/integers/arith-int-060.cvc')
-rw-r--r--test/regress/regress0/arith/integers/arith-int-060.cvc15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/regress/regress0/arith/integers/arith-int-060.cvc b/test/regress/regress0/arith/integers/arith-int-060.cvc
deleted file mode 100644
index 227cb49b1..000000000
--- a/test/regress/regress0/arith/integers/arith-int-060.cvc
+++ /dev/null
@@ -1,15 +0,0 @@
-% EXPECT: valid
-x0, x1, x2, x3 : INT;
-ASSERT (3 * x0) + (8 * x1) + (26 * x2) + (-17 * x3) = 31 ;
-ASSERT (-14 * x0) + (25 * x1) + (4 * x2) + (-8 * x3) = 15 ;
-ASSERT (-21 * x0) + (26 * x1) + (-10 * x2) + (-28 * x3) = 5;
-ASSERT (2 * x0) + (-15 * x1) + (12 * x2) + (22 * x3) < -22 ;
-ASSERT (10 * x0) + (24 * x1) + (11 * x2) + (-17 * x3) < 17 ;
-ASSERT (26 * x0) + (32 * x1) + (-17 * x2) + (-3 * x3) >= 20 ;
-ASSERT (11 * x0) + (26 * x1) + (-23 * x2) + (22 * x3) <= 32 ;
-ASSERT (-19 * x0) + (22 * x1) + (-21 * x2) + (-28 * x3) <= -5 ;
-ASSERT (-5 * x0) + (-18 * x1) + (10 * x2) + (-27 * x3) < -26 ;
-ASSERT (21 * x0) + (-26 * x1) + (25 * x2) + (-13 * x3) < 15 ;
-ASSERT (22 * x0) + (-2 * x1) + (3 * x2) + (-21 * x3) < 7 ;
-ASSERT (20 * x0) + (-3 * x1) + (27 * x2) + (-21 * x3) < -18 ;
-QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback