summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_08.cvc
blob: 6e0edc5a929962a5ab4c66bb10e6114e2cfb8358 (plain)
1
2
3
4
5
6
7
8
9
10
11
% EXPECT: sat

a0, a1, a2, a3, a4, a5: BOOLEAN;

ASSERT ((a0 AND a1 AND a2) <=> (a3 OR a4 OR a5));
ASSERT (NOT a1);

CHECKSAT;

% EXIT: 10

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