Displaying bounds
These options display bounds of a problem in the Interactive Optimizer.
To see only the bounds for the problem, type the following command (don’t forget the hyphen or wildcard):
display problem bounds -
or, try a wildcard, like this:
display problem bounds *
The result is:
0 <= x1 <= 40
All other variables are >= 0.
Summary
The general syntax of the display command is:
display option [option2] identifier - [identifier2]