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