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