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 be IVarInteger, but this would be annoying when modeling.
    • Method Detail

      • allValues

        Object allValues()