ILOG CPLEX 11.0 Getting Started > Tutorials > Interactive Optimizer Tutorial > Displaying a Problem > Displaying Bounds

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]