class LinProg::Variable
- LinProg::Variable
- Reference
- Object
Defined in:
linprog/variable.crConstructors
Instance Method Summary
- #*(*args, **options)
- #*(*args, **options, &)
- #+(*args, **options)
- #+(*args, **options, &)
- #-(*args, **options)
- #-(*args, **options, &)
- #/(*args, **options)
- #/(*args, **options, &)
- #<=(arg)
- #>=(arg)
- #bound : Bound
- #bound=(bound : Bound)
- #eq(*args, **options)
- #eq(*args, **options, &)
- #id : VarID
- #inspect(io)
- #owner : SymbolProblem | Nil
- #to_s(io)
- #value : Float64
Constructor Detail
def self.new(owner : Nil | LinProg::SymbolProblem, id : UInt64, name : Nil | String = nil, bound : LinProg::Bound = Bound.none)
#