Package | Description |
---|---|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
Modifier and Type | Method and Description |
---|---|
Settings |
Model.getSettings()
Return the current settings for the solver
|
Modifier and Type | Method and Description |
---|---|
void |
Model.set(Settings defaults)
Override the default
Settings object. |
Constructor and Description |
---|
Model(IEnvironment environment,
String name,
Settings settings)
Creates a Model object to formulate a decision problem by declaring variables and posting constraints.
|
Copyright © 2017. All rights reserved.