ILOG CPLEX .NET Reference Manual

Cplex.GetConflict Method (IConstraint)

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 ct
);

Remarks

The possible status is one of the following values:

Cplex.Excluded the constraint has been proven not to participate in the conflict.

Cplex.ConflictMember the constraint has been proven to participate in the conflict.

Cplex.ConflictPossibleMember the constraint not been proven not to participate in the conflict; that is, it might participate, it might not.

The constraint ct must be one that has previously been passed to refineConflict.

See Also

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