Package | Description |
---|---|
org.jacop.examples.cpviz | |
org.jacop.examples.fd.crosswords | |
org.jacop.floats.search | |
org.jacop.fz | |
org.jacop.search | |
org.jacop.search.restart | |
org.jacop.search.sgmpcs |
Modifier and Type | Method and Description |
---|---|
boolean |
CPvizNetworkFlow.NetListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Modifier and Type | Method and Description |
---|---|
boolean |
CrossWord.PrintListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Modifier and Type | Class and Description |
---|---|
class |
SplitRandomSelectFloat<T extends Var>
It is simple and customizable selector of decisions (constraints) which will
be enforced by search.
|
class |
SplitSelectFloat<T extends Var>
It is simple and customizable selector of decisions (constraints) which will
be enforced by search.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Optimize.ResultListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Constructor and Description |
---|
Optimize(Store store,
DepthFirstSearch<T> search,
SelectChoicePoint<T> select,
FloatVar cost) |
Modifier and Type | Method and Description |
---|---|
SelectChoicePoint<Var> |
FlatzincLoader.getSelectChoicePoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
Solve.CostListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Modifier and Type | Class and Description |
---|---|
class |
InputOrderSelect<T extends Var>
It is simple input order selector of variables.
|
class |
RandomSelect<T extends Var>
It is simple and customizable selector of decisions (constraints) which will
be enforced by search.
|
class |
SimpleMatrixSelect<T extends Var>
SimpleMatrixSelect selects first a row in the matrix based on metric of the
variable at pivotPosition.
|
class |
SimpleSelect<T extends Var>
It is simple and customizable selector of decisions (constraints) which will
be enforced by search.
|
class |
SplitRandomSelect<T extends IntVar>
It is simple and customizable selector of decisions (constraints) which will
be enforced by search.
|
class |
SplitSelect<T extends IntVar>
It is simple and customizable selector of decisions (constraints) which will
be enforced by search.
|
class |
TraceGenerator<T extends Var>
TODO
TraceGenerator should accept as input to constructor a Search object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OneSolution.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
boolean |
PrintOutListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select)
It is executed right after consistency of the current search node.
|
boolean |
SimpleSolutionListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
boolean |
SolutionListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select)
It is executed by search after a solution is found.
|
boolean |
DepthFirstSearch.labeling(Store store,
SelectChoicePoint<T> select) |
boolean |
PrioritySearch.labeling(Store store,
SelectChoicePoint<T> select) |
boolean |
Search.labeling(Store store,
SelectChoicePoint<T> select)
It performs search using supplied choice point selection heuristic.
|
boolean |
DepthFirstSearch.labeling(Store store,
SelectChoicePoint<T> select,
Var costVar) |
boolean |
PrioritySearch.labeling(Store store,
SelectChoicePoint<T> select,
Var costVar) |
boolean |
Search.labeling(Store store,
SelectChoicePoint<T> select,
Var costVar)
It performs search using supplied choice point selection heuristic,
as well as costVariable as aim at finding an optimal solution.
|
void |
DepthFirstSearch.setSelectChoicePoint(SelectChoicePoint<T> select) |
void |
Search.setSelectChoicePoint(SelectChoicePoint<T> select)
It sets the select choice point object.
|
Constructor and Description |
---|
TraceGenerator(Search<T> search,
SelectChoicePoint<T> select)
It creates a CPviz trace generator around proper select choice point object.
|
TraceGenerator(Search<T> search,
SelectChoicePoint<T> select,
String treeFilename,
String visFilename)
It creates a CPviz trace generator around proper select choice point object.
|
TraceGenerator(Search<T> search,
SelectChoicePoint<T> select,
Var[] vars)
It creates a CPviz trace generator around proper select choice point object.
|
TraceGenerator(Search<T> search,
SelectChoicePoint<T> select,
Var[] vars,
String treeFilename,
String visFilename)
It creates a CPviz trace generator around proper select choice point object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RestartSearch.CostListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleImprovementSearch.CostListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Copyright © 2022. All rights reserved.