ILOG CPLEX .NET Reference Manual

Cplex.RefineConflict Method

Refines a conflict from an array of constraints.

Overload List

Refines a conflict from an array of constraints.

public virtual bool RefineConflict(IConstraint[],double[]);

Refines a conflict consisting of a subset of constraints from an array.

public virtual bool RefineConflict(IConstraint[],double[],int,int);

See Also

Cplex Class | ILOG.CPLEX Namespace