class LinProg::Problem
- LinProg::Problem
- Reference
- Object
Defined in:
linprog/problem.crConstructors
Class Method Summary
- .from_dense(*, c, a_ub, b_ub, a_eq, b_eq, bounds : Bound | Indexable(Bound) | Nil = nil)
- .from_dense(*, c, a_eq, b_eq, bounds = nil)
- .from_dense(*, c, a_ub, b_ub, bounds = nil)
Instance Method Summary
- #collb : Slice(Float64)
- #colub : Slice(Float64)
- #correct : Bool
- #is_int : Slice(UInt8)
- #ncolumns : Int32
- #nrows : Int32
- #obj : Slice(Float64)
- #obj2 : Slice(Float64)
- #rowrhs : Slice(Float64)
- #rowrng : Slice(Float64)
- #rowsen : Slice(UInt8)
- #sparse_indices : Slice(Int32)
- #sparse_starts : Slice(Int32)
- #sparse_values : Slice(Float64)