Packages

sealed trait Expression extends Problem

Anything that can be built up from adding/subtracting/dividing and multiplying by constants

Self Type
Expression
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expression
  2. Problem
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def coefficients: Vector[Double]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(c: Double): Expression
  4. def *:(c: Double): Expression
  5. def +(other: Double): Expression
  6. def +(other: Expression): Expression
  7. def -(other: Double): Expression
  8. def -(other: Expression): Expression
  9. def <=(c: Double): Constraint
  10. def <=(rhs_: Expression): Constraint
  11. def =:=(c: Double): Constraint
  12. def =:=(rhs_: Expression): Constraint
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def >=(c: Double): Constraint
  15. def >=(rhs_: Expression): Constraint
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  18. def constraints: IndexedSeq[Constraint]
    Definition Classes
    ExpressionProblem
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def objective: Expression
    Definition Classes
    ExpressionProblem
  28. def scalarComponent: Double
  29. def subjectTo(constraints: Constraint*): Problem
    Definition Classes
    Problem
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    Problem → AnyRef → Any
  32. def unary_-: Expression
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Problem

Inherited from AnyRef

Inherited from Any

Ungrouped