Uses of Interface
org.jacop.search.Search
Packages that use Search
Package
Description
-
Uses of Search in org.jacop.examples.cpviz
Fields in org.jacop.examples.cpviz declared as SearchMethods in org.jacop.examples.cpviz with parameters of type SearchModifier and TypeMethodDescriptionboolean
CPvizNetworkFlow.NetListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) -
Uses of Search in org.jacop.examples.fd
Fields in org.jacop.examples.fd declared as SearchModifier and TypeFieldDescriptionExampleFD.search
It specifies the search procedure used by a given example.Methods in org.jacop.examples.fd that return Search -
Uses of Search in org.jacop.examples.fd.crosswords
Methods in org.jacop.examples.fd.crosswords with parameters of type SearchModifier and TypeMethodDescriptionboolean
CrossWord.PrintListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) -
Uses of Search in org.jacop.examples.set
Fields in org.jacop.examples.set declared as SearchModifier and TypeFieldDescriptionExampleSet.search
It specifies the search procedure used by a given example.Methods in org.jacop.examples.set that return Search -
Uses of Search in org.jacop.floats.search
Methods in org.jacop.floats.search with parameters of type SearchModifier and TypeMethodDescriptionboolean
Optimize.ResultListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) -
Uses of Search in org.jacop.fz
Fields in org.jacop.fz declared as SearchFields in org.jacop.fz with type parameters of type SearchMethods in org.jacop.fz with parameters of type SearchModifier and TypeMethodDescriptionboolean
Solve.CostListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) Method parameters in org.jacop.fz with type arguments of type SearchModifier and TypeMethodDescription(package private) boolean
Solve.anyTimeOutOccured
(ArrayList<Search<Var>> list_seq_searches) -
Uses of Search in org.jacop.search
Classes in org.jacop.search that implement SearchModifier and TypeClassDescriptionclass
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.(package private) class
PrioritySearch.LinkingSearch<T extends Var>
Fields in org.jacop.search declared as SearchModifier and TypeFieldDescriptionDepthFirstSearch.childSearches
It stores searches which will be executed when this one has assign all its variables.DepthFirstSearch.masterSearch
If this search is a sub-search then this pointer will point out to the master search (i.e.Methods in org.jacop.search with parameters of type SearchModifier and TypeMethodDescriptionvoid
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.Constructors in org.jacop.search with parameters of type SearchModifierConstructorDescriptionTraceGenerator
(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. -
Uses of Search in org.jacop.search.restart
Fields in org.jacop.search.restart declared as SearchMethods in org.jacop.search.restart with parameters of type SearchModifier and TypeMethodDescriptionboolean
RestartSearch.CostListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) -
Uses of Search in org.jacop.search.sgmpcs
Methods in org.jacop.search.sgmpcs with parameters of type SearchModifier and TypeMethodDescriptionboolean
SimpleImprovementSearch.CostListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select)