Uses of Class
org.xcsp.modeler.implementation.ProblemIMP3.MVariable
-
Packages that use ProblemIMP3.MVariable Package Description org.xcsp.modeler.implementation -
-
Uses of ProblemIMP3.MVariable in org.xcsp.modeler.implementation
Subclasses of ProblemIMP3.MVariable in org.xcsp.modeler.implementation Modifier and Type Class Description static class
ProblemIMP3.MVariable.MVarInteger
static class
ProblemIMP3.MVariable.MVarSymbolic
Fields in org.xcsp.modeler.implementation with type parameters of type ProblemIMP3.MVariable Modifier and Type Field Description Map<String,ProblemIMP3.MVariable>
ProblemIMP3. mapForVars
A map that gives access to each variable through its id.Methods in org.xcsp.modeler.implementation that return ProblemIMP3.MVariable Modifier and Type Method Description ProblemIMP3.MVariable
ProblemIMP3. addVar(ProblemIMP3.MVariable x)
Adds a variable that has already be built.Methods in org.xcsp.modeler.implementation with parameters of type ProblemIMP3.MVariable Modifier and Type Method Description ProblemIMP3.MVariable
ProblemIMP3. addVar(ProblemIMP3.MVariable x)
Adds a variable that has already be built.int
ProblemIMP3.MVariable. compareTo(ProblemIMP3.MVariable x)
-