summaryrefslogtreecommitdiff
path: root/test/regress/regress0/cvc3.userdoc.05.cvc
blob: 85e0c2105b2e50777d416e457f47174b03bcd02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
x, y : BITVECTOR(4);

ASSERT x = 0hex5;
ASSERT y = 0bin0101;

% EXPECT: entailed
QUERY
 BVMULT(8,x,y)=BVMULT(8,y,x)
 AND
 NOT(BVLT(x,y))
 AND
 BVLE(BVSUB(8,x,y), BVPLUS(8, x, BVUMINUS(x)))
 AND
 x = BVSUB(4, BVUMINUS(x), BVPLUS(4, x,0hex1)) ;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback