ILOG CPLEX 11.0 User's Manual > Infeasibility and Unboundedness > Diagnosing Infeasibility by Refining Conflicts > How to Invoke the Conflict Refiner

Table 26.1 summarizes the methods and routines that invoke the conflict refiner, depending on the component or API that you choose.

Table 26.1 Conflict Refiner
API or Component 
Invoke Conflict Refiner 
Access Results 
Save Results 
Concert Technology for C++ Users 
IloCplex::refineConflict 
getConflict 
writeConflict 
Concert Technology for Java Users 
IloCplex.refineConflict 
getConflict 
writeConflict 
Concert Technology for .NET Users 
Cplex.RefineConflict 
GetConflict 
WriteConflict 
Callable Library 
CPXrefineconflict 
CPXrefineconflictext 
CPXgetconflict 
CPXgetconflictext 
CPXclpwrite 
Interactive Optimizer 
conflict 
display conflict all 
write file.clp 

The following sections explain more about these methods and routines.