Modifier and Type | Method and Description |
---|---|
boolean |
CPvizNetworkFlow.NetListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Modifier and Type | Field and Description |
---|---|
Search<IntVar> |
ExampleFD.search
It specifies the search procedure used by a given example.
|
Modifier and Type | Method and Description |
---|---|
Search<IntVar> |
ExampleFD.getSearch()
It returns the search used within an example.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CrossWord.PrintListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Modifier and Type | Field and Description |
---|---|
Search<SetVar> |
ExampleSet.search
It specifies the search procedure used by a given example.
|
Modifier and Type | Method and Description |
---|---|
Search<SetVar> |
ExampleSet.getSearch()
It returns the search used within an example.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Optimize.ResultListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Modifier and Type | Method and Description |
---|---|
boolean |
Solve.CostListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Modifier and Type | Class and Description |
---|---|
class |
DepthFirstSearch<T extends Var>
Implements Depth First Search with number of possible plugins (listeners) to
be attached to modify the search.
|
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 | Field and Description |
---|---|
Search<? extends Var>[] |
DepthFirstSearch.childSearches
It stores searches which will be executed when this one has assign all
its variables.
|
Search<? extends Var> |
DepthFirstSearch.masterSearch
If this search is a sub-search then this pointer will point out to the
master search (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
DepthFirstSearch.addChildSearch(Search<? extends Var> child) |
void |
Search.addChildSearch(Search<? extends Var> child)
It adds another child search to this one.
|
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.
|
void |
DepthFirstSearch.setChildSearch(Search<? extends Var>[] child) |
void |
Search.setChildSearch(Search<? extends Var>[] child)
It specifies the sub-searches for the current search.
|
void |
DepthFirstSearch.setMasterSearch(Search<? extends Var> master) |
void |
Search.setMasterSearch(Search<? extends Var> master)
If the search is called by a master search then the search may need to
obtain some information about the master search.
|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleImprovementSearch.CostListener.executeAfterSolution(Search<T> search,
SelectChoicePoint<T> select) |
Copyright © 2022. All rights reserved.