Package | Description |
---|---|
edu.harvard.econcs.jopt.solver.mip |
Modifier and Type | Method and Description |
---|---|
VarType |
Variable.getType() |
static VarType |
VarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VarType[] |
VarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Variable(String name,
VarType type,
double lowerBound,
double upperBound) |
Copyright © 2017. All rights reserved.