Uses of Class
org.xcsp.common.Range.Rangesx5
-
Packages that use Range.Rangesx5 Package Description org.xcsp.common org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of Range.Rangesx5 in org.xcsp.common
Methods in org.xcsp.common that return Range.Rangesx5 Modifier and Type Method Description Range.Rangesx5
Range.Rangesx4. range(int length)
Returns a quintuple range obtained by combining this quadruple range with a range built from the specified length (using implicitly a lower bound equal to 0 and a step equal to 1).Range.Rangesx5
Range.Rangesx4. range(int startInclusive, int endExclusive)
Returns a quintuple range obtained by combining this quadruple range with a range built from the specified bounds (using implicitly a step equal to 1).Range.Rangesx5
Range.Rangesx4. range(int startInclusive, int endExclusive, int step)
Returns a quintuple range obtained by combining this quadruple range with a range built from the specified bounds and step.Range.Rangesx5
Range.Rangesx4. rangeClosed(int startInclusive, int endInclusive)
Returns a quintuple range obtained by combining this quadruple range with a range built from the specified bounds (using implicitly a step equal to 1).Range.Rangesx5
Range.Rangesx4. rangeClosed(int startInclusive, int endInclusive, int step)
Returns a quintuple range obtained by combining this quadruple range with a range built from the specified bounds and step. -
Uses of Range.Rangesx5 in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type Range.Rangesx5 Modifier and Type Method Description default CtrEntities.CtrArray
ProblemAPIBase. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)
Builds a group of constraints by executing the specified consumer on each quintuple value of the specified quintuple range.default <T> T[]
ProblemAPIOnVars. select(T[][][][][] vars, Range.Rangesx5 rangesx5)
Builds and returns a 1-dimensional array of object (e.g., variables)s, obtained by selecting from the specified array any object, at index(i,j,k,l,m)
, that belongs to the specified quintuple range. -
Uses of Range.Rangesx5 in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type Range.Rangesx5 Modifier and Type Method Description CtrEntities.CtrArray
ProblemIMP. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)
Builds constraints by considering the specified ranges and soliciting the specified function.
-