ILOG CPLEX 11.0 User's Manual > Discrete Optimization > Solving Mixed Integer Programming Problems (MIP) > Considering Preliminary Issues > Displaying MIP Problems

Table 14.2 summarizes display options in the Interactive Optimizer that are specific to MIP problems.

Table 14.2 Interactive Optimizer Display Options for MIP Problems
Interactive command 
Purpose 
display problem binaries 
lists variables restricted to binary values 
display problem generals 
lists variables restricted to integer values 
display problem semi-continuous 
lists variables of type semi-continuous and semi-integer 
display problem integers 
lists all of the above 
display problem sos 
lists the names of variables in one or more Special Ordered Sets 
display problem stats 
lists LP statistics plus: 
· binary variable types, if present; 
· general variable types, if present; 
· and number of SOS, if present. 

In Concert Technology, use one of the accessors supplied with the appropriate object class, such as IloSOS2::getVariables.

From the Callable Library, use the routines CPXgetctype and CPXgetsos to access this information.