summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_13.cvc
blob: 9a6cd797ccf87dec570bccc09c1d223f6e9bdc29 (plain)
1
2
3
4
5
6
7
8
9
% EXPECT: entailed

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

ASSERT (a5);

QUERY (a0 OR (a1 OR (a2 OR (a3 OR (a4 OR (a5 OR (FALSE OR (a6 OR (a7 OR (a8 OR a9))))))))));


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