Im getting this as return in Maple;
$min(0, signum(x^2+y^2)*\infty)$
What is it suppose to mean?
Its in the answer of the follwoing;
minimize(P(x, y, z, w);
2 min(0, signum(x^2+y^2)infinity + min(-6 x, 6 x)
+ min(-6 y, 6 y) + min(-6 z, 6 z) + min(-6 w, 6 w) + C y w
+ C x z - D x z - D y z
P is a polynomial in 4 variables x,y,z,w and with some constraints on the coefficients.