jump-dev / MatrixOptInterface.jl

An interface to pass matrix form problems
MIT License
11 stars 4 forks source link

Matrix types #6

Open mlubin opened 4 years ago

mlubin commented 4 years ago

LPStandardForm etc allow you to provide SparseMatrixCSC as the matrix. The code then slices this matrix by rows, which is O(num_columns). This slow path shouldn't be allowed.