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 TypeMethodDescriptionbooleanCPvizNetworkFlow.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.searchIt specifies the search procedure used by a given example.Methods in org.jacop.examples.fd that return SearchModifier and TypeMethodDescriptionExampleFD.getSearch()It returns the search used within an example.Methods in org.jacop.examples.fd with parameters of type SearchModifier and TypeMethodDescriptionbooleanWordGame.PrintListener.executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) -
Uses of Search in org.jacop.examples.fd.crosswords
Methods in org.jacop.examples.fd.crosswords with parameters of type SearchModifier and TypeMethodDescriptionbooleanCrossWord.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.searchIt 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 TypeMethodDescriptionbooleanOptimize.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 TypeMethodDescriptionbooleanSolve.CostListener.executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) Method parameters in org.jacop.fz with type arguments of type SearchModifier and TypeMethodDescription(package private) booleanSolve.anyTimeOutOccured(ArrayList<Search<T>> list_seq_searches) -
Uses of Search in org.jacop.search
Classes in org.jacop.search that implement SearchModifier and TypeClassDescriptionclassDepthFirstSearch<T extends Var>Implements Depth First Search with number of possible plugins (listeners) to be attached to modify the search.classPrioritySearch<T extends Var>PrioritySearch selects first a row in the matrix based on metric of the variable at the pririty vector.(package private) classPrioritySearch.LinkingSearch<T extends Var>Fields in org.jacop.search declared as SearchModifier and TypeFieldDescriptionDepthFirstSearch.childSearchesIt stores searches which will be executed when this one has assign all its variables.DepthFirstSearch.masterSearchIf 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 TypeMethodDescriptionvoidDepthFirstSearch.addChildSearch(Search<? extends Var> child) voidSearch.addChildSearch(Search<? extends Var> child) It adds another child search to this one.booleanOneSolution.executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) booleanPrintOutListener.executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) It is executed right after consistency of the current search node.booleanSimpleSolutionListener.executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) booleanSolutionListener.executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) It is executed by search after a solution is found.voidDepthFirstSearch.setChildSearch(Search<? extends Var>[] child) voidSearch.setChildSearch(Search<? extends Var>[] child) It specifies the sub-searches for the current search.voidDepthFirstSearch.setMasterSearch(Search<? extends Var> master) voidSearch.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 TypeMethodDescriptionbooleanRestartSearch.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 TypeMethodDescriptionbooleanSimpleImprovementSearch.CostListener.executeAfterSolution(Search<T> search, SelectChoicePoint<T> select)