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