summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/arith.03.cvc
blob: ce54c8b7e0610145df30e13302259f0501905800 (plain)
1
2
3
4
5
% EXPECT: entailed
x : REAL;
y : REAL;

QUERY (x + y)*(x + y) = x*x + 2*x*y + y*y;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback