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