class Kiwi::Variable
- Kiwi::Variable
- Reference
- Object
Overview
This is a light wrapper around the actual VariableState
that provides some helpful operators.
Defined in:
dsl/variable.crConstructors
Instance Method Summary
- #*(coefficient : Number) : Term
- #+(constant : Number) : Expression
- #+(other : Variable) : Expression
- #+(term : Term) : Expression
- #+(expression : Expression) : Expression
- #-(constant : Number) : Expression
- #-(other : Variable) : Expression
- #-(term : Term) : Expression
- #-(expression : Expression) : Expression
- #/(denominator : Number) : Term
- #<=(constant : Number) : Constraint
- #<=(other : Variable) : Constraint
- #<=(term : Term) : Constraint
- #<=(expression : Expression) : Constraint
- #==(constant : Number) : Constraint
- #==(other : Variable) : Constraint
- #==(term : Term) : Constraint
- #==(expression : Expression) : Constraint
- #>=(constant : Number) : Constraint
- #>=(other : Variable) : Constraint
- #>=(term : Term) : Constraint
- #>=(expression : Expression) : Constraint
- #name : String
- #name=(name : String)
- #value