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