| Overview | Group | Index | Concepts | 
The routine CPXgetsubstat accesses the solution
 status of the last subproblem optimization, in the case of an error
 termination during mixed integer optimization.
Example
substatus = CPXgetsubstat (env, lp);
See Also:
| env | A pointer to the CPLEX environment as returned by   | 
| lp | A pointer to a CPLEX problem object as returned by  Example substatus = CPXgetsubstat (env, lp);  |