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