Uses of Interface
org.xcsp.common.FunctionalInterfaces.Intx5Consumer
-
Packages that use FunctionalInterfaces.Intx5Consumer Package Description org.xcsp.common org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of FunctionalInterfaces.Intx5Consumer in org.xcsp.common
Methods in org.xcsp.common with parameters of type FunctionalInterfaces.Intx5Consumer Modifier and Type Method Description void
Range.Rangesx5. execute(FunctionalInterfaces.Intx5Consumer c5)
Executes the specified consumer on each quintuple of integers contained in this range. -
Uses of FunctionalInterfaces.Intx5Consumer in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type FunctionalInterfaces.Intx5Consumer Modifier and Type Method Description default CtrEntities.CtrArray
ProblemAPIBase. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)
Builds a group of constraints by executing the specified consumer on each quintuple value of the specified quintuple range. -
Uses of FunctionalInterfaces.Intx5Consumer in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type FunctionalInterfaces.Intx5Consumer Modifier and Type Method Description CtrEntities.CtrArray
ProblemIMP. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)
Builds constraints by considering the specified ranges and soliciting the specified function.
-