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

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

ASSERT (a5);

ASSERT (a0 OR (a1 AND (a2 OR (a3 AND (a4 AND (a5 AND (TRUE AND (a6 AND (a7 AND (a8 AND a9))))))))));

CHECKSAT;


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