ILOG CPLEX .NET Reference Manual

Cplex.GetConflict Method

This method accesses a conflict previously computed by the method refineConflict and returns the conflict status for the constraint ct.

Overload List

This method accesses a conflict previously computed by the method refineConflict and returns the conflict status for the constraint ct.

public virtual ConflictStatus GetConflict(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[]);

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[],int,int);

See Also

Cplex Class | ILOG.CPLEX Namespace