summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_04.cvc
blob: fd412143256eeb7f2bf7cc311230d72733a11f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% EXPECT: unsat

a0, a1, a2, a3, a4, a5, a6, a7, a8: BOOLEAN;

ASSERT (NOT a1);
ASSERT (a4 AND a7);
ASSERT 
   IF (a0 AND a1 AND a2) 
   THEN (a3 AND a4 AND a5) 
   ELSE (a6 AND NOT a7 AND a8)
   ENDIF;

CHECKSAT;


generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback