Binary

case class Binary(name: String) extends Variable
trait Serializable
trait Product
trait Equals
trait Variable
trait Problem
class Object
trait Matchable
class Any

Value members

Concrete methods

def coefficients: Vector[Double]

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 constraints: IndexedSeq[Constraint]
Inherited from
Expression
def goal: Option[GoalType]
Inherited from
Problem
Inherited from
Expression
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def scalarComponent: Double
Inherited from
Expression
def size: Int
Inherited from
Variable
def solve(implicit solver: Solver): Result
Inherited from
Problem
def subjectTo(constraints: Constraint*): Problem
Inherited from
Problem
override def toString: String
Definition Classes
Variable -> Problem -> Any
Inherited from
Variable
Inherited from
Expression

Concrete fields

val id: Int