|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.cplex.IloCplex.IIS.Status
Enumeration of constraint and variable statuses in an IIS. For a given variable or constraint, the IIS status indicates which of the bounds participates in the IIS.
Field Summary | |
static IloCplex.IIS.Status |
AtLower
The lower bound of a variable or constraint participates in an IIS. |
static IloCplex.IIS.Status |
AtUpper
The upper bound of a variable or constraint participates in an IIS. |
static IloCplex.IIS.Status |
Fixed
Both bounds of a variable or constraint participate in an IIS. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
This method can be use to test whether two IIS statuses are equal. |
java.lang.String |
toString()
Returns status in human-readable form. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final IloCplex.IIS.Status AtLower
public static final IloCplex.IIS.Status Fixed
public static final IloCplex.IIS.Status AtUpper
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |