Uses of Interface
org.jacop.search.SelectChoicePoint
-
Packages that use SelectChoicePoint 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 -
-
Uses of SelectChoicePoint in org.jacop.examples.cpviz
Methods in org.jacop.examples.cpviz with parameters of type SelectChoicePoint Modifier and Type Method Description booleanCPvizNetworkFlow.NetListener. executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) -
Uses of SelectChoicePoint in org.jacop.examples.fd.crosswords
Methods in org.jacop.examples.fd.crosswords with parameters of type SelectChoicePoint Modifier and Type Method Description booleanCrossWord.PrintListener. executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) -
Uses of SelectChoicePoint in org.jacop.floats.search
Classes in org.jacop.floats.search that implement SelectChoicePoint Modifier and Type Class Description classSplitRandomSelectFloat<T extends Var>It is simple and customizable selector of decisions (constraints) which will be enforced by search.classSplitSelectFloat<T extends Var>It is simple and customizable selector of decisions (constraints) which will be enforced by search.Fields in org.jacop.floats.search declared as SelectChoicePoint Modifier and Type Field Description (package private) SelectChoicePoint<T>Optimize. selectMethods in org.jacop.floats.search with parameters of type SelectChoicePoint Modifier and Type Method Description booleanOptimize.ResultListener. executeAfterSolution(Search<T> search, SelectChoicePoint<T> select)Constructors in org.jacop.floats.search with parameters of type SelectChoicePoint Constructor Description Optimize(Store store, DepthFirstSearch<T> search, SelectChoicePoint<T> select, FloatVar cost) -
Uses of SelectChoicePoint in org.jacop.fz
Fields in org.jacop.fz declared as SelectChoicePoint Modifier and Type Field Description (package private) SelectChoicePoint<Var>Solve. flatzincVariableSelection(package private) SelectChoicePoint<Var>Solve. variable_selectionMethods in org.jacop.fz that return SelectChoicePoint Modifier and Type Method Description (package private) SelectChoicePointSearchItem. getFloatSelect()(package private) SelectChoicePointSearchItem. getIntSelect()(package private) SelectChoicePointSearchItem. getSelect()SelectChoicePoint<Var>FlatzincLoader. getSelectChoicePoint()(package private) SelectChoicePointSearchItem. getSetSelect()Methods in org.jacop.fz with parameters of type SelectChoicePoint Modifier and Type Method Description booleanSolve.CostListener. executeAfterSolution(Search<T> search, SelectChoicePoint<T> select) -
Uses of SelectChoicePoint in org.jacop.search
Classes in org.jacop.search that implement SelectChoicePoint Modifier and Type Class Description classInputOrderSelect<T extends Var>It is simple input order selector of variables.classRandomSelect<T extends Var>It is simple and customizable selector of decisions (constraints) which will be enforced by search.classSimpleMatrixSelect<T extends Var>SimpleMatrixSelect selects first a row in the matrix based on metric of the variable at pivotPosition.classSimpleSelect<T extends Var>It is simple and customizable selector of decisions (constraints) which will be enforced by search.classSplitRandomSelect<T extends IntVar>It is simple and customizable selector of decisions (constraints) which will be enforced by search.classSplitSelect<T extends IntVar>It is simple and customizable selector of decisions (constraints) which will be enforced by search.classTraceGenerator<T extends Var>TODO TraceGenerator should accept as input to constructor a Search object.Fields in org.jacop.search declared as SelectChoicePoint Modifier and Type Field Description (package private) SelectChoicePoint<T>DepthFirstSearch. heuristicIt represents the choice point selection heuristic.(package private) SelectChoicePoint<T>TraceGenerator. selectIt stores the original select choice point method that is used by this trace wrapper.Methods in org.jacop.search with parameters of type SelectChoicePoint Modifier and Type Method Description 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.booleanDepthFirstSearch. labeling(Store store, SelectChoicePoint<T> select)booleanDepthFirstSearch. labeling(Store store, SelectChoicePoint<T> select, Var costVar)booleanPrioritySearch. labeling(Store store, SelectChoicePoint<T> select)booleanPrioritySearch. labeling(Store store, SelectChoicePoint<T> select, Var costVar)booleanSearch. labeling(Store store, SelectChoicePoint<T> select)It performs search using supplied choice point selection heuristic.booleanSearch. 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.voidDepthFirstSearch. setSelectChoicePoint(SelectChoicePoint<T> select)voidSearch. setSelectChoicePoint(SelectChoicePoint<T> select)It sets the select choice point object.Constructors in org.jacop.search with parameters of type SelectChoicePoint Constructor 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, java.lang.String treeFilename, java.lang.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, java.lang.String treeFilename, java.lang.String visFilename)It creates a CPviz trace generator around proper select choice point object.TraceGenerator(SelectChoicePoint<T> select, Var[] vars, java.lang.String treeFilename, java.lang.String visFilename)It creates a CPviz trace generator around proper select choice point object. -
Uses of SelectChoicePoint in org.jacop.search.restart
Fields in org.jacop.search.restart declared as SelectChoicePoint Modifier and Type Field Description (package private) SelectChoicePoint<T>RestartSearch. selectMethods in org.jacop.search.restart with parameters of type SelectChoicePoint Modifier and Type Method Description booleanRestartSearch.CostListener. executeAfterSolution(Search<T> search, SelectChoicePoint<T> select)Constructors in org.jacop.search.restart with parameters of type SelectChoicePoint Constructor 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) -
Uses of SelectChoicePoint in org.jacop.search.sgmpcs
Methods in org.jacop.search.sgmpcs with parameters of type SelectChoicePoint Modifier and Type Method Description booleanSimpleImprovementSearch.CostListener. executeAfterSolution(Search<T> search, SelectChoicePoint<T> select)
-