summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-082.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/arith/arith-int-082.cvc')
-rw-r--r--test/regress/regress1/arith/arith-int-082.cvc7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/regress/regress1/arith/arith-int-082.cvc b/test/regress/regress1/arith/arith-int-082.cvc
deleted file mode 100644
index a6245f036..000000000
--- a/test/regress/regress1/arith/arith-int-082.cvc
+++ /dev/null
@@ -1,7 +0,0 @@
-% EXPECT: not_entailed
-x0, x1, x2, x3 : INT;
-ASSERT (-29 * x0) + (-3 * x1) + (27 * x2) + (13 * x3) = -10 ;
-ASSERT (7 * x0) + (-17 * x1) + (11 * x2) + (-30 * x3) <= 6 ;
-ASSERT (30 * x0) + (17 * x1) + (-3 * x2) + (-31 * x3) > 10 ;
-ASSERT (2 * x0) + (9 * x1) + (9 * x2) + (-16 * x3) <= 11;
-QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback