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

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

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

CHECKSAT;


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