| Overview | Group | Tree | Graph | Index | Concepts | 
The routine CPXfindiis is used to determine an irreducibly
 inconsistent set (IIS) for an infeasible LP problem. On successful
 completion, CPXfindiis returns the number of rows and columns
 in the IIS. To obtain information about the individual rows and columns, use
 the routine CPXgetiis, CPXiiswrite or
 CPXdisplayiis.
Example
status = CPXfindiis (env, lp, &iisnumrows, &iisnumcols);
| env | A pointer to the CPLEX environment as returned by  | 
| lp | A pointer to a CPLEX problem object as returned by  | 
| iisnumrows_p | A pointer to an integer to contain the number of rows in the IIS. | 
| iisnumcols_p | A pointer to an integer to contain the number of columns in the IIS. |