This method accesses a conflict previously computed by the method refineConflict
and returns the conflict status for the constraint ct
.
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
.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetConflict Overload List