Previous Up Next

6.6.9  Converting box constraints from matrix to interval form

The box_constraints command can convert bounds of given variables from the matrix form to interval form.

Example

box_constraints([x,y],[[-2,2],[-5,5]])
     
x=−2 .. 2,y=−5 .. 5           

Previous Up Next