limp-cbc-0.3.2.3: bindings for integer linear programming solver Coin/CBC

Safe HaskellNone
LanguageHaskell2010

Numeric.Limp.Solvers.Cbc.MatrixRepr

Synopsis

Documentation

data MatrixRepr Source #

A half-sparse, half-dense matrix (tableau?) representation of a linear program. Columns are variables, and constraints are rows.

Constructors

MatrixRepr 

Fields