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

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

ASSERT (NOT a5);

QUERY NOT (a0 AND a1 AND a2 AND a3 AND a4 AND a5 AND a6 AND a7 AND a8 AND a9);


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