lanl-ansi/PowerModelsGMD.jl

Add support for sparse matrices in GIC matrix solve

Opened this issue · 1 comments

Add support for sparse matrices in GIC matrix solve

Currently using the Julia \ operator to solve. This requires a full b matrix. The Julia sparse library includes a sparse solver that we can use