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 classProblemIMP3.MVariable.MVarIntegerstatic classProblemIMP3.MVariable.MVarSymbolicFields in org.xcsp.modeler.implementation with type parameters of type ProblemIMP3.MVariable Modifier and Type Field Description Map<String,ProblemIMP3.MVariable>ProblemIMP3. mapForVarsA 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.MVariableProblemIMP3. 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.MVariableProblemIMP3. addVar(ProblemIMP3.MVariable x)Adds a variable that has already be built.intProblemIMP3.MVariable. compareTo(ProblemIMP3.MVariable x)
-