Package | Description |
---|---|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
org.chocosolver.solver.objective |
Modifier and Type | Method and Description |
---|---|
ResolutionPolicy |
Model.getResolutionPolicy()
Get the resolution policy of the model
|
static ResolutionPolicy |
ResolutionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionPolicy[] |
ResolutionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResolutionPolicy |
IBoundsManager.getPolicy() |
Modifier and Type | Method and Description |
---|---|
static IObjectiveManager<IntVar> |
ObjectiveFactory.makeObjectiveManager(IntVar objective,
ResolutionPolicy policy)
Define the variable to optimize (maximize or minimize)
By default, the manager uses
IObjectiveManager.setStrictDynamicCut() to avoid exploring worse solutions. |
static IObjectiveManager<RealVar> |
ObjectiveFactory.makeObjectiveManager(RealVar objective,
ResolutionPolicy policy,
double precision)
Define the variable to optimize (maximize or minimize)
By default, the manager uses
IObjectiveManager.setStrictDynamicCut() to avoid exploring worse solutions. |
Copyright © 2017. All rights reserved.