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