CPXXrefineconflict and CPXrefineconflict
This routine is deprecated. Use
CPXXrefineconflictext/CPXrefineconflictext
instead.
int CPXXrefineconflict( CPXCENVptr env, CPXLPptr lp, CPXDIM * confnumrows_p, CPXDIM * confnumcols_p )
int CPXrefineconflict( CPXCENVptr env, CPXLPptr lp, int * confnumrows_p, int * confnumcols_p )
Description
This routine is deprecated. Use CPXXrefineconflictext and CPXrefineconflictext instead.
Arguments
- env
-
A pointer to the CPLEX environment as returned by the routine
CPXXopenCPLEX/CPXopenCPLEX. - lp
-
A pointer to a CPLEX problem object as returned by
CPXXcreateprob/CPXcreateprob. - confnumrows_p
- A pointer to an integer where the number of linear constraints in the conflict is returned.
- confnumcols_p
- A pointer to an integer where the number of variable bounds in the conflict is returned.
Return
The routine returns 0 (zero) if successful and nonzero if an error occurs.Example
status = CPXrefineconflict (env, lp, NULL, NULL);