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