summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-022.cvc
blob: 4612f72c9380691303d5b3b7eee16a834b146a76 (plain)
1
2
3
4
% EXPECT: not_entailed
x0, x1, x2, x3 : INT;
ASSERT (-24 * x0) + (25 * x1) + (-28 * x2) + (31 * x3) > 18;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback