| Package | Description |
|---|---|
| org.opt4j.core |
Provides the classes that join the problem and optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
Constraint.Direction |
Constraint.getDirection() |
static Constraint.Direction |
Constraint.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constraint.Direction[] |
Constraint.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Constraint(String name,
Constraint.Direction direction,
double limit) |
InfeasibilityConstraint(String name,
Constraint.Direction direction,
double limit) |
SatisfactionConstraint(String name,
Constraint.Direction direction,
double limit,
Objective objective) |