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