Packages

class MPVar extends Var

Mathematical programming model variable.

Linear Supertypes
Var, Expression, LazyLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MPVar
  2. Var
  3. Expression
  4. LazyLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(other: Expression): Expression
    Definition Classes
    VarExpression
  4. def +(that: Expression): Expression
    Definition Classes
    Expression
  5. def -(that: Expression): Expression
    Definition Classes
    Expression
  6. def :=(that: Expression): Constraint
    Definition Classes
    Expression
  7. def <:=(that: Expression): Constraint
    Definition Classes
    Expression
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def >:=(that: Expression): Constraint
    Definition Classes
    Expression
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def bounds: (Double, Double)

    returns

    the bounds of the variable (lower, upper)

  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val constant: Double
    Definition Classes
    Expression
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(obj: Any): Boolean

    obj

    an object to compare

    returns

    true only in case the object is a variable and has identical index

    Definition Classes
    VarExpression → AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getOrder: ExpressionType
    Definition Classes
    Expression
  19. def hashCode(): Int

    returns

    the index of the variable

    Definition Classes
    Var → AnyRef → Any
  20. val index: Int
    Definition Classes
    MPVarVar
  21. def isBinary: Boolean

    returns

    true if the variable is a binary integer variable (e.g. 0-1).

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isInteger: Boolean

    returns

    true if the variable is integer, false otherwise.

  24. def isUnbounded: Boolean

    returns

    true if the variable is unbounded, false otherwise.

  25. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  26. val lowerBound: Double
    Definition Classes
    MPVarVar
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val symbol: String
    Definition Classes
    MPVarVar
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val terms: LongDoubleMap
    Definition Classes
    MPVarExpression
  33. def toString(): String

    returns

    the symbol of the variable

    Definition Classes
    VarExpression → AnyRef → Any
  34. def toText: String

    returns

    a textual representation of the variable along its domain

  35. def unary_-(): Expression
    Definition Classes
    VarExpression
  36. val upperBound: Double
    Definition Classes
    MPVarVar
  37. def value: Option[Double]

    returns

    the value of the variable (integer rounded if the variable is integer).

  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Var

Inherited from Expression

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped