summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/arith-int-011.cvc
blob: bd2fa2a0dcd462621a4b090b24dbc538816869bf (plain)
1
2
3
4
5
% EXPECT: invalid
x0, x1, x2, x3 : INT;
ASSERT (13 * x0) + (-1 * x1) + (11 * x2) + (10 * x3) = 9 ;
ASSERT  (-7 * x0) + (3 * x1) + (-22 * x2) + (16 * x3) >= 9;
QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback