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

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