Uses of Interface
org.xcsp.common.FunctionalInterfaces.IntToDom
-
Packages that use FunctionalInterfaces.IntToDom Package Description org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of FunctionalInterfaces.IntToDom in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api with parameters of type FunctionalInterfaces.IntToDom Modifier and Type Method Description default IVar.Var[]
ProblemAPI. array(String id, Size.Size1D size, FunctionalInterfaces.IntToDom f, String note, Types.TypeClass... classes)
Builds a 1-dimensional array of integer variables with the specified id, size, note (short comment) and classes.default IVar.Var[]
ProblemAPI. array(String id, Size.Size1D size, FunctionalInterfaces.IntToDom f, Types.TypeClass... classes)
Builds a 1-dimensional array of integer variables with the specified id, size, and classes. -
Uses of FunctionalInterfaces.IntToDom in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type FunctionalInterfaces.IntToDom Modifier and Type Method Description IVar.Var[]
ProblemIMP. fill(String id, Size.Size1D size, FunctionalInterfaces.IntToDom f, IVar.Var[] t)
-