struct Kiwi::Variable
- Kiwi::Variable
- Struct
- Value
- 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
- #<=(constant : Number) : Constraint
- #<=(other : Variable) : Constraint
- #<=(expression : Expression) : Constraint
- #==(constant : Number) : Constraint
- #==(other : Variable) : Constraint
- #==(expression : Expression) : Constraint
- #>=(constant : Number) : Constraint
- #>=(other : Variable) : Constraint
- #>=(expression : Expression) : Constraint
- #value