ilog.cplex
Class IloCplex.IIS.Status

java.lang.Object
  |
  +--ilog.cplex.IloCplex.IIS.Status

public static class IloCplex.IIS.Status
extends java.lang.Object


Field Summary
static IloCplex.IIS.Status AtLower
          Sets status AtLower to 0.
static IloCplex.IIS.Status AtUpper
          Sets status AtUpper to 2.
static IloCplex.IIS.Status Fixed
          Sets status Fixed to 1.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 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

AtLower

public static final IloCplex.IIS.Status AtLower
Sets status AtLower to 0.

Fixed

public static final IloCplex.IIS.Status Fixed
Sets status Fixed to 1.

AtUpper

public static final IloCplex.IIS.Status AtUpper
Sets status AtUpper to 2.
Method Detail

toString

public java.lang.String toString()
Returns status in human-readable form.
Returns:
"AtLower" for status case 0.
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object