Uses of Interface
org.xcsp.common.FunctionalInterfaces.Intx4Predicate
-
Packages that use FunctionalInterfaces.Intx4Predicate Package Description org.xcsp.common org.xcsp.modeler.api -
-
Uses of FunctionalInterfaces.Intx4Predicate in org.xcsp.common
Methods in org.xcsp.common with parameters of type FunctionalInterfaces.Intx4Predicate Modifier and Type Method Description static <T> List<T>
FunctionalInterfaces.Intx4Predicate. select(T[][][][] vars, FunctionalInterfaces.Intx4Predicate p, List<T> list)
Returns the specified list after any variable, at index(i,j,k,l)
, that satisfies the specified predicate have been added to it. -
Uses of FunctionalInterfaces.Intx4Predicate in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type FunctionalInterfaces.Intx4Predicate Modifier and Type Method Description default <T> T[]
ProblemAPIOnVars. select(T[][][][] vars, FunctionalInterfaces.Intx4Predicate 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)
that satisfies the specified predicate.
-