Uses of Interface
org.xcsp.common.FunctionalInterfaces.Intx5ToDom
-
Packages that use FunctionalInterfaces.Intx5ToDom Package Description org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of FunctionalInterfaces.Intx5ToDom in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type FunctionalInterfaces.Intx5ToDom Modifier and Type Method Description 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 FunctionalInterfaces.Intx5ToDom in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type FunctionalInterfaces.Intx5ToDom Modifier and Type Method Description IVar.Var[][][][][]
ProblemIMP. fill(String id, Size.Size5D size, FunctionalInterfaces.Intx5ToDom f, IVar.Var[][][][][] t)
-