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

To view a single constraint within the matrix, use the command and the constraint number. For example, type the following:

 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 *