Uses of Class
org.xcsp.common.Size.Size5D
-
Packages that use Size.Size5D Package Description org.xcsp.common org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of Size.Size5D in org.xcsp.common
Methods in org.xcsp.common that return Size.Size5D Modifier and Type Method Description static Size.Size5D
Size.Size5D. build(int length0, int length1, int length2, int length3, int length4)
Builds an object that represents the size (i.e., length of each dimension) of a 5-dimensional array. -
Uses of Size.Size5D in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api that return Size.Size5D Modifier and Type Method Description default Size.Size5D
ProblemAPI. size(int length0, int length1, int length2, int length3, int length4)
Builds an object that represents the size (i.e., length of each dimension) of a 5-dimensional array.Methods in org.xcsp.modeler.api with parameters of type Size.Size5D Modifier and Type Method Description default IVar.Var[][][][][]
ProblemAPI. array(String id, Size.Size5D size, Domains.Dom dom, String note, Types.TypeClass... classes)
Builds a 5-dimensional array of integer variables with the specified id, size, domain, note (short comment) and classes.default IVar.Var[][][][][]
ProblemAPI. array(String id, Size.Size5D size, Domains.Dom dom, Types.TypeClass... classes)
Builds a 5-dimensional array of integer variables with the specified id, size, domain, note (short comment) and classes.default IVar.Var[][][][][]
ProblemAPI. array(String id, Size.Size5D size, FunctionalInterfaces.Intx5ToDom f, String note, Types.TypeClass... classes)
Builds a 5-dimensional array of integer variables with the specified id, size, note (short comment) and classes.default IVar.Var[][][][][]
ProblemAPI. array(String id, Size.Size5D size, FunctionalInterfaces.Intx5ToDom f, Types.TypeClass... classes)
Builds a 5-dimensional array of integer variables with the specified id, size, and classes. -
Uses of Size.Size5D in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type Size.Size5D Modifier and Type Method Description IVar.Var[][][][][]
ProblemIMP. fill(String id, Size.Size5D size, FunctionalInterfaces.Intx5ToDom f, IVar.Var[][][][][] t)
-