Package | Description |
---|---|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
org.chocosolver.solver.search | |
org.chocosolver.solver.search.measure |
Modifier and Type | Method and Description |
---|---|
SearchState |
Solver.getSearchState() |
Modifier and Type | Method and Description |
---|---|
static SearchState |
SearchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchState[] |
SearchState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected SearchState |
Measures.state
Search state
|
Modifier and Type | Method and Description |
---|---|
SearchState |
Measures.getSearchState() |
SearchState |
IMeasures.getSearchState() |
Modifier and Type | Method and Description |
---|---|
void |
MeasuresRecorder.setSearchState(SearchState state)
Update the current search state
|
Copyright © 2018. All rights reserved.