From 487e610b88f2a634e3285886ff96717c103338de Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 2 Sep 2011 17:56:43 +0000 Subject: Partial merge of integers work; this is simple B&B and some pseudoboolean infrastructure, and takes care not to affect CVC4's performance on LRA benchmarks. --- test/regress/regress0/arith/integers/arith-int-022.cvc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/regress/regress0/arith/integers/arith-int-022.cvc (limited to 'test/regress/regress0/arith/integers/arith-int-022.cvc') diff --git a/test/regress/regress0/arith/integers/arith-int-022.cvc b/test/regress/regress0/arith/integers/arith-int-022.cvc new file mode 100644 index 000000000..4a439cdb1 --- /dev/null +++ b/test/regress/regress0/arith/integers/arith-int-022.cvc @@ -0,0 +1,5 @@ +% EXPECT: invalid +% EXIT: 10 +x0, x1, x2, x3 : INT; +ASSERT (-24 * x0) + (25 * x1) + (-28 * x2) + (31 * x3) > 18; +QUERY FALSE; -- cgit v1.2.3