Skip to main content
FRAMES NO FRAMES

Enumeration ConflictAlgorithm

Definition file: ilcplex/ilocplexi.h

The enumeration IloCplex::ConflictAlgorithm lists values that the conflict algorithm parameter IloCplex::Param::Conflict::Algorithm accepts in IloCplex for use with the conflict refiner. Use these values with the method IloCplex::setParam(IloCplex::Param::Conflict::Algorithm, value) when you set the conflict algorithm parameter.

See the CPLEX Parameters Reference Manual and the CPLEX User's Manual for more information about this parameter. Also see the CPLEX User's Manual for examples of its use.

See Also:

Fields

ConflictAuto = CPX_CONFLICTALG_AUTO 
ConflictFast = CPX_CONFLICTALG_FAST 
ConflictPropagate = CPX_CONFLICTALG_PROPAGATE 
ConflictPresolve = CPX_CONFLICTALG_PRESOLVE 
ConflictIIS = CPX_CONFLICTALG_IIS 
ConflictLimitedSolve = CPX_CONFLICTALG_LIMITSOLVE 
ConflictSolve = CPX_CONFLICTALG_SOLVE