| Package | Description |
|---|---|
| org.jacop.floats.search | |
| org.jacop.fz | |
| org.jacop.search | |
| org.jacop.search.restart |
| Constructor and Description |
|---|
Optimize(Store store,
DepthFirstSearch<T> search,
SelectChoicePoint<T> select,
FloatVar cost) |
| Modifier and Type | Method and Description |
|---|---|
DepthFirstSearch<Var> |
FlatzincLoader.getDFS() |
| Modifier and Type | Class and Description |
|---|---|
class |
PrioritySearch<T extends Var>
PrioritySearch selects first a row in the matrix based on metric of
the variable at the pririty vector.
|
| Modifier and Type | Method and Description |
|---|---|
DepthFirstSearch[] |
PrioritySearch.getSearchSeq() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrioritySearch.addRestartCalculator(DepthFirstSearch s,
Calculator calc) |
| Constructor and Description |
|---|
PrioritySearch(T[] priority,
ComparatorVariable<T> comparator,
DepthFirstSearch<T>[] dfs)
It constructs a PrioritySearch variable ordering.
|
| Constructor and Description |
|---|
RestartSearch(Store store,
DepthFirstSearch<T> s,
SelectChoicePoint<T> sel,
Calculator calculator) |
RestartSearch(Store store,
DepthFirstSearch<T> s,
SelectChoicePoint<T> sel,
Calculator calculator,
Var cost) |
Copyright © 2022. All rights reserved.