Package | Description |
---|---|
org.chocosolver.solver.objective |
Modifier and Type | Method and Description |
---|---|
static OptimizationPolicy |
OptimizationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptimizationPolicy[] |
OptimizationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ObjectiveStrategy(IntVar objective,
int[] coefs,
OptimizationPolicy policy)
Defines a parametrized dichotomic branching over the objective variable
BEWARE: only activated after a first solution
|
ObjectiveStrategy(IntVar objective,
OptimizationPolicy policy)
Defines a branching strategy over the objective variable
BEWARE: only activated after a first solution
|
Copyright © 2018. All rights reserved.