Uses of Class
org.xcsp.common.Range.Rangesx6
-
Packages that use Range.Rangesx6 Package Description org.xcsp.common org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of Range.Rangesx6 in org.xcsp.common
Methods in org.xcsp.common that return Range.Rangesx6 Modifier and Type Method Description Range.Rangesx6
Range.Rangesx5. range(int length)
Returns a sixtuple range obtained by combining this quintuple range with a range built from the specified length (using implicitly a lower bound equal to 0 and a step equal to 1).Range.Rangesx6
Range.Rangesx5. range(int startInclusive, int endExclusive)
Returns a sixtuple range obtained by combining this quintuple range with a range built from the specified bounds (using implicitly a step equal to 1).Range.Rangesx6
Range.Rangesx5. range(int startInclusive, int endExclusive, int step)
Returns a sixtuple range obtained by combining this quintuple range with a range built from the specified bounds and step.Range.Rangesx6
Range.Rangesx5. rangeClosed(int startInclusive, int endInclusive)
Returns a sixtuple range obtained by combining this quintuple range with a range built from the specified bounds (using implicitly a step equal to 1).Range.Rangesx6
Range.Rangesx5. rangeClosed(int startInclusive, int endInclusive, int step)
Returns a sixtuple range obtained by combining this quintuple range with a range built from the specified bounds and step. -
Uses of Range.Rangesx6 in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type Range.Rangesx6 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 Range.Rangesx6 in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type Range.Rangesx6 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.
-