Uses of Class
org.jacop.search.SimpleSelect
-
Packages that use SimpleSelect Package Description org.jacop.floats.search org.jacop.search -
-
Uses of SimpleSelect in org.jacop.floats.search
Subclasses of SimpleSelect in org.jacop.floats.search Modifier and Type Class Description class
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.search Modifier and Type Class Description 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.
-