summaryrefslogtreecommitdiff
path: root/test/regress/regress0/smallcnf.cvc
blob: dcb7c6f0dbc83e6e59ef443db5310938fd00f202 (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;
% EXPECT: not_entailed
QUERY FALSE;

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