Uses of Class
org.xcsp.common.Range.Rangesx3
-
Packages that use Range.Rangesx3 Package Description org.xcsp.common org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of Range.Rangesx3 in org.xcsp.common
Methods in org.xcsp.common that return Range.Rangesx3 Modifier and Type Method Description Range.Rangesx3
Range.Rangesx2. range(int length)
Returns a triple range obtained by combining this double range with a range built from the specified length (using implicitly a lower bound equal to 0 and a step equal to 1).Range.Rangesx3
Range.Rangesx2. range(int startInclusive, int endExclusive)
Returns a triple range obtained by combining this double range with a range built from the specified bounds (using implicitly a step equal to 1).Range.Rangesx3
Range.Rangesx2. range(int startInclusive, int endExclusive, int step)
Returns a triple range obtained by combining this double range with a range built from the specified bounds and step.Range.Rangesx3
Range.Rangesx2. rangeClosed(int startInclusive, int endInclusive)
Returns a triple range obtained by combining this double range with a range built from the specified bounds (using implicitly a step equal to 1).Range.Rangesx3
Range.Rangesx2. rangeClosed(int startInclusive, int endInclusive, int step)
Returns a triple range obtained by combining this double range with a range built from the specified bounds and step. -
Uses of Range.Rangesx3 in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type Range.Rangesx3 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.default <T> T[]
ProblemAPIOnVars. select(T[][][] vars, Range.Rangesx3 rangesx3)
Builds and returns a 1-dimensional array of objects (e.g., variables), obtained by selecting from the specified array any object, at index(i,j,k)
, that belongs to the specified triple range. -
Uses of Range.Rangesx3 in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type Range.Rangesx3 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.
-