lanl-ansi / PowerModelsGMD.jl

GMD problem formulation for PowerModels.jl
https://lanl-ansi.github.io/PowerModelsGMD.jl/latest/
Other
11 stars 4 forks source link

Add support for sparse matrices in GIC matrix solve #73

Open bluejuniper opened 1 year ago

jtabarez commented 10 months ago

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