summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/compliment.cvc
blob: 6181cbee72762c0c6705cb2f84b83414406e7578 (plain)
1
2
3
4
5
6
7
8
9
% EXPECT: sat
OPTION "logic" "ALL_SUPPORTED";
Atom: TYPE;
a : SET OF [Atom];
b : SET OF [Atom];

ASSERT a = (NOT b);

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