|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ilog.concert.IloNumVarType
Objects of this class represent the type of a modeling variable. Three
types are defined: Float
, Int
, and
Bool
.
Field Summary | |
static ilog.concert.IloNumVarType |
Bool
Boolean or, equivalently, binary variable type. |
static ilog.concert.IloNumVarType |
Float
Floating point or, equivalently, continuous variable type. |
static ilog.concert.IloNumVarType |
Int
Integer variable type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ilog.concert.IloNumVarType Float
public static final ilog.concert.IloNumVarType Int
public static final ilog.concert.IloNumVarType Bool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |