Uses of Interface
org.chocosolver.solver.search.strategy.selectors.values.SetValueSelector
-
Packages that use SetValueSelector Package Description org.chocosolver.solver.search.strategy org.chocosolver.solver.search.strategy.selectors.values org.chocosolver.solver.search.strategy.strategy -
-
Uses of SetValueSelector in org.chocosolver.solver.search.strategy
Methods in org.chocosolver.solver.search.strategy with parameters of type SetValueSelector Modifier and Type Method Description static SetStrategy
Search. setVarSearch(VariableSelector<SetVar> varS, SetValueSelector valS, boolean enforceFirst, SetVar... sets)
Generic strategy to branch on set variables -
Uses of SetValueSelector in org.chocosolver.solver.search.strategy.selectors.values
Classes in org.chocosolver.solver.search.strategy.selectors.values that implement SetValueSelector Modifier and Type Class Description class
SetDomainMin
Selects the first integer in the envelope and not in the kernel -
Uses of SetValueSelector in org.chocosolver.solver.search.strategy.strategy
Fields in org.chocosolver.solver.search.strategy.strategy declared as SetValueSelector Modifier and Type Field Description protected SetValueSelector
SetStrategy. valSelector
How a value is selectedConstructors in org.chocosolver.solver.search.strategy.strategy with parameters of type SetValueSelector Constructor Description SetStrategy(SetVar[] scope, VariableSelector<SetVar> varS, SetValueSelector valS, boolean enforceFirst)
Generic strategy to branch on set variables
-