Hi,
I'm using casadi with Python and have been trying to use logic operators to add a constraint in the form of:
(lbx1 <= x1 <= ubx1) && (lbx2 <= x2 <= ubx2)
I tried to find a similar case in the documentation with no luck so far.
Could someone point me to a working example or explain how can I add said constraint to my NLP solver?
Thanks!,
Jahir