Uses of Interface
org.xcsp.common.FunctionalInterfaces.Intx5Predicate
-
Packages that use FunctionalInterfaces.Intx5Predicate Package Description org.xcsp.common org.xcsp.modeler.api -
-
Uses of FunctionalInterfaces.Intx5Predicate in org.xcsp.common
Methods in org.xcsp.common with parameters of type FunctionalInterfaces.Intx5Predicate Modifier and Type Method Description static <T> List<T>
FunctionalInterfaces.Intx5Predicate. select(T[][][][][] vars, FunctionalInterfaces.Intx5Predicate p, List<T> list)
Returns the specified list after any variable, at index(i,j,k,l,m)
, that satisfies the specified predicate have been added to it. -
Uses of FunctionalInterfaces.Intx5Predicate in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type FunctionalInterfaces.Intx5Predicate Modifier and Type Method Description default <T> T[]
ProblemAPIOnVars. select(T[][][][][] vars, FunctionalInterfaces.Intx5Predicate p)
Builds and returns a 1-dimensional array of objects (e.g., variables), obtained by selecting from the specified array any object at an index(i,j,k,l,m)
that satisfies the specified predicate.
-