class LinProg::Variable

Defined in:

linprog/variable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(owner : Nil | LinProg::SymbolProblem, id : UInt64, name : Nil | String = nil, bound : LinProg::Bound = Bound.none) #

[View source]

Instance Method Detail

def *(*args, **options) #

[View source]
def *(*args, **options, &) #

[View source]
def +(*args, **options) #

[View source]
def +(*args, **options, &) #

[View source]
def -(*args, **options) #

[View source]
def -(*args, **options, &) #

[View source]
def /(*args, **options) #

[View source]
def /(*args, **options, &) #

[View source]
def <=(arg) #

[View source]
def >=(arg) #

[View source]
def bound : Bound #

[View source]
def bound=(bound : Bound) #

[View source]
def eq(*args, **options) #

[View source]
def eq(*args, **options, &) #

[View source]
def id : VarID #

[View source]
def inspect(io) #

[View source]
def owner : SymbolProblem | Nil #

[View source]
def to_s(io) #

[View source]
def value : Float64 #

[View source]