Hi,
I have a question...is it possible to define a constraint with more than one variable?
As an e.g.:
Our input vector is x= {-1, 1}.
We have some bounds like: 0 < x < 5 and y >= 0.
Is it possible to define a constraint like y - x^2 >= 0? If yes, how is it done if in input we only has x? Should we have as input x and y?
Thanks ;)