Package org.xcsp.common
Interface IVar.Var
-
- All Superinterfaces:
IVar
- All Known Implementing Classes:
ProblemIMP3.MVariable.MVarInteger
,XVariables.XVarInteger
- Enclosing interface:
- IVar
public static interface IVar.Var extends IVar
This is the root interface of any integer variable, handled either in the parser or the modeler. One could have expected that the name beIVarInteger
, but this would be annoying when modeling.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.xcsp.common.IVar
IVar.Var, IVar.VarSymbolic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
allValues()
-
-
-
Method Detail
-
allValues
Object allValues()
-
-