summaryrefslogtreecommitdiff
path: root/test/regress/regress1/rels/rel_tc_6.cvc
blob: 4570c5a8d505b95e413c3debcc373851023a8ba5 (plain)
1
2
3
4
5
6
7
8
9
% EXPECT: unsat
OPTION "logic" "ALL_SUPPORTED";
IntPair: TYPE = [INT, INT];
x : SET OF IntPair;
y : SET OF IntPair;
ASSERT y = (TCLOSURE x);
ASSERT NOT (((x JOIN x) JOIN x) <= y);

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