Module org.maxicp

Interface NonLeafExpressionNode

All Superinterfaces:
Expression, Serializable
All Known Implementing Classes:
Abs, And, CstMul, CstOffset, Element1D, Element1DVar, Element2D, Element2DVar, EndBefore, Eq, GreaterOrEq, InSet, LessOrEq, Max, Min, Mul, MulBinary, Not, NotEq, Or, Sum, UnaryMinus, WeightedSum

public interface NonLeafExpressionNode extends Expression
  • Method Details

    • isFixed

      default boolean isFixed()
      True if the variable is fixed
      Specified by:
      isFixed in interface Expression
    • getModelProxy

      default ModelProxy getModelProxy()
      Returns the ModelDispatcher linked to this Expression
      Specified by:
      getModelProxy in interface Expression