chickadee » glpk » lpx:load-constraint-matrix

lpx:load-constraint-matrix:procedure

Loads the constraint matrix for the given problem. The constraints matrix is represented as an SRFI-4 f64vector (in row-major or column-major order). Optional argument ORDER specifies the element order of the constraints matrix. It can be one of 'row-major or 'column-major.