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. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  18. def constraints: IndexedSeq[Constraint]
    Definition Classes
    ExpressionProblem
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def goal: Option[GoalType]
    Definition Classes
    Problem
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def objective: Expression
    Definition Classes
    ExpressionProblem
  29. def scalarComponent: Double
  30. def solve(implicit solver: Solver): Result
    Definition Classes
    Problem
  31. def subjectTo(constraints: Constraint*): Problem
    Definition Classes
    Problem
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Problem → AnyRef → Any
  34. def unary_-: Expression
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Problem

Inherited from AnyRef

Inherited from Any

Ungrouped