Modifier and Type | Method and Description |
---|---|
static OptimizationStrategy |
OptimizationStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptimizationStrategy[] |
OptimizationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Solution |
Solver.findOptimalSolution(Objective objective,
Var objectiveVar,
OptimizationStrategy optStrategy)
This method attempts to find the solution that minimizes/maximizes the objective variable.
|
Solution |
Solver.findOptimalSolution(Objective objective,
VarReal objectiveVar,
OptimizationStrategy optStrategy) |