summaryrefslogtreecommitdiff
path: root/test/regress/regress0/smallcnf.cvc
blob: 3ad6f124a796afedce342c886c19ae1406f0e1c9 (plain)
1
2
3
4
5
6
7
8
9

a, b, c : BOOLEAN;

ASSERT NOT a OR NOT b;
ASSERT c OR b OR a;
ASSERT b OR NOT a;
ASSERT a OR NOT b OR c;
QUERY FALSE;

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