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