summaryrefslogtreecommitdiff
path: root/test/regress/regress0/cvc3.userdoc.05.cvc
blob: 37da96b3c3b0b4ebff0ce5cb7815ab0ccd1a511f (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: valid
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