summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflra/simple.02.cvc
blob: 8bc20f36a62d321ecfdabe47ec06fd262dbe48df (plain)
1
2
3
4
5
6
7
8
9
% EXPECT: unsat
x, y: REAL;
f: REAL -> REAL;

ASSERT (x <= y);
ASSERT (y <= x);
ASSERT NOT (f(x) = f(y));

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