Uses of Interface
org.jacop.search.SelectChoicePoint
Packages that use SelectChoicePoint
Package
Description
-
Uses of SelectChoicePoint in org.jacop.examples.cpviz
Methods in org.jacop.examples.cpviz with parameters of type SelectChoicePointModifier and TypeMethodDescriptionboolean
CPvizNetworkFlow.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 SelectChoicePointModifier and TypeMethodDescriptionboolean
CrossWord.PrintListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) -
Uses of SelectChoicePoint in org.jacop.floats.search
Classes in org.jacop.floats.search that implement SelectChoicePointModifier and TypeClassDescriptionclass
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.Fields in org.jacop.floats.search declared as SelectChoicePointMethods in org.jacop.floats.search with parameters of type SelectChoicePointModifier and TypeMethodDescriptionboolean
Optimize.ResultListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) Constructors in org.jacop.floats.search with parameters of type SelectChoicePointModifierConstructorDescriptionOptimize
(Store store, DepthFirstSearch<T> search, SelectChoicePoint<T> select, FloatVar cost) -
Uses of SelectChoicePoint in org.jacop.fz
Fields in org.jacop.fz declared as SelectChoicePointModifier and TypeFieldDescription(package private) SelectChoicePoint
<Var> (package private) SelectChoicePoint
<Var> Solve.variable_selection
Methods in org.jacop.fz that return SelectChoicePointModifier and TypeMethodDescription(package private) SelectChoicePoint
SearchItem.getFloatSelect()
(package private) SelectChoicePoint
SearchItem.getIntSelect()
(package private) SelectChoicePoint
SearchItem.getSelect()
FlatzincLoader.getSelectChoicePoint()
(package private) SelectChoicePoint
SearchItem.getSetSelect()
(package private) SelectChoicePoint
SearchItem.getWarmStartSelect()
Methods in org.jacop.fz with parameters of type SelectChoicePointModifier and TypeMethodDescriptionboolean
Solve.CostListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) -
Uses of SelectChoicePoint in org.jacop.search
Classes in org.jacop.search that implement SelectChoicePointModifier and TypeClassDescriptionclass
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.Fields in org.jacop.search declared as SelectChoicePointModifier and TypeFieldDescription(package private) SelectChoicePoint
<T> DepthFirstSearch.heuristic
It represents the choice point selection heuristic.(package private) SelectChoicePoint
<T> TraceGenerator.select
It stores the original select choice point method that is used by this trace wrapper.Methods in org.jacop.search with parameters of type SelectChoicePointModifier and TypeMethodDescriptionboolean
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
DepthFirstSearch.labeling
(Store store, SelectChoicePoint<T> select, Var costVar) boolean
PrioritySearch.labeling
(Store store, SelectChoicePoint<T> select) boolean
PrioritySearch.labeling
(Store store, SelectChoicePoint<T> select, Var costVar) boolean
Search.labeling
(Store store, SelectChoicePoint<T> select) It performs search using supplied choice point selection heuristic.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.Constructors in org.jacop.search with parameters of type SelectChoicePointModifierConstructorDescriptionTraceGenerator
(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.private
TraceGenerator
(SelectChoicePoint<T> select, Var[] vars, String treeFilename, 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 SelectChoicePointMethods in org.jacop.search.restart with parameters of type SelectChoicePointModifier and TypeMethodDescriptionboolean
RestartSearch.CostListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select) Constructors in org.jacop.search.restart with parameters of type SelectChoicePointModifierConstructorDescriptionRestartSearch
(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 SelectChoicePointModifier and TypeMethodDescriptionboolean
SimpleImprovementSearch.CostListener.executeAfterSolution
(Search<T> search, SelectChoicePoint<T> select)