public static class IloCplex.ConflictStatus
extends java.lang.Object
implements java.io.Serializable
refineConflict.| Modifier and Type | Field and Description |
|---|---|
static IloCplex.ConflictStatus |
Excluded
This element is excluded from the conflict.
|
static IloCplex.ConflictStatus |
Member
This element must be a member of the conflict.
|
static IloCplex.ConflictStatus |
PossibleMember
This element may possibly be a member of the conflict.
|
public static final IloCplex.ConflictStatus Excluded
public static final IloCplex.ConflictStatus PossibleMember
public static final IloCplex.ConflictStatus Member