ILOG CPLEX .NET Reference Manual

Cplex.GetConflict Method (IConstraint[])

This method accesses the constraints of a conflict previously computed by the method refineConflict and returns the status of the constraints in the array cts.

public virtual ConflictStatus[] GetConflict(
   IConstraint[] cts
);

Return Value

An array containing values that denote the status of the constraints in the array cts.

Remarks

The constraints passed in cts must be among the same ones that have previously been passed to refineConflict.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.GetConflict Overload List