summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_14.cvc
blob: 04a6f4c50aac648980c7f6a1c256afe7318966ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% 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;

% EXIT: 10

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