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