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