Expression

sealed trait Expression extends Problem

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

trait Problem
class Object
trait Matchable
class Any
trait Variable
class Binary
class Integer
class Real

Value members

Abstract methods

Inherited methods

Inherited from:
Problem
def solve(implicit solver: Solver): Result
Inherited from:
Problem
def subjectTo(constraints: Constraint*): Problem
Inherited from:
Problem
override def toString: String
Definition Classes
Problem -> Any
Inherited from:
Problem