Displaying constraints
These options display constraints in the Interactive Optimizer.
To view a single constraint within the matrix, use the command and the constraint number. For example, type the following command:
display problem constraints 2
The second constraint appears:
c2: x1 - 3 x2 + x3 <= 30
You can also use a wildcard to display a range of constraints, like this:
display problem constraints *