ilog.concert
Class IloNumVarBoundType

java.lang.Object
  extended byilog.concert.IloNumVarBoundType

public abstract class IloNumVarBoundType
extends java.lang.Object

Objects of this class represent the bound-type for a modeling variable.

They are used to define IloNumVarBound objects for use with IloCplex.refineConflict.


Field Summary
static IloNumVarBoundType Lower
          Lower bound type.
static IloNumVarBoundType Upper
          Upper bound type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Upper

public static final IloNumVarBoundType Upper
Upper bound type.


Lower

public static final IloNumVarBoundType Lower
Lower bound type.