Variable

sealed trait Variable extends Expression
trait Problem
class Object
trait Matchable
class Any
class Real
class Integer
class Binary

Value members

Abstract methods

def id: Int
def name: String

Concrete methods

def size: Int
override def toString: String
Definition Classes
Problem -> Any

Inherited methods

def *(c: Double): Expression
Inherited from
Expression
def *:(c: Double): Expression
Inherited from
Expression
def +(other: Double): Expression
Inherited from
Expression
def +(other: Expression): Expression
Inherited from
Expression
def -(other: Double): Expression
Inherited from
Expression
def -(other: Expression): Expression
Inherited from
Expression
def <=(c: Double): Constraint
Inherited from
Expression
def <=(rhs_: Expression): Constraint
Inherited from
Expression
def =:=(c: Double): Constraint
Inherited from
Expression
Inherited from
Expression
def >=(c: Double): Constraint
Inherited from
Expression
def >=(rhs_: Expression): Constraint
Inherited from
Expression
def coefficients: Vector[Double]
Inherited from
Expression
def constraints: IndexedSeq[Constraint]
Inherited from
Expression
def goal: Option[GoalType]
Inherited from
Problem
Inherited from
Expression
def scalarComponent: Double
Inherited from
Expression
def solve(implicit solver: Solver): Result
Inherited from
Problem
def subjectTo(constraints: Constraint*): Problem
Inherited from
Problem
Inherited from
Expression