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