summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/integers/arith-int-023.cvc
blob: b3d79e8ffc3168c02644d5f6a371bec68f979a67 (plain)
1
2
3
4
% EXPECT: not_entailed
x0, x1, x2, x3 : INT;
ASSERT (29 * x0) + (-19 * x1) + (23 * x2) + (15 * x3) <= 9;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback