ILOG CPLEX .NET Reference Manual

Cplex.GetConflict Method (IConstraint[], Int32, Int32)

This method accesses a conflict (or a subset of a conflict) previously computed by the method refineConflict and returns the conflict status of num consecutive constraints in the array cts.

public virtual ConflictStatus[] GetConflict(
   IConstraint[] cts,
   int start,
   int num
);

Parameters

cts
The array of constraints in the conflict.
start
The index of the first constraint.
num
The number of consecutive elements in the array, starting from the element specified by start.

Return Value

An array containing the status of the constraints.

Remarks

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

See Also

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