Uses of Class
org.jacop.search.SimpleSelect
Packages that use SimpleSelect
-
Uses of SimpleSelect in org.jacop.floats.search
Subclasses of SimpleSelect in org.jacop.floats.searchModifier 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. -
Uses of SimpleSelect in org.jacop.search
Subclasses of SimpleSelect in org.jacop.searchModifier and TypeClassDescriptionclass
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.