JuliaSmoothOptimizers / QuadraticModels.jl

Data structures for linear and quadratic optimization problems based on NLPModels.jl
Other
16 stars 10 forks source link

Realease 0.7 #61

Closed geoffroyleconte closed 2 years ago

geoffroyleconte commented 2 years ago

https://github.com/JuliaSmoothOptimizers/QuadraticModels.jl/pull/58 changed the acces of qp.data.Arows etc to qp.data.A.rows for sparseCOO matrices

geoffroyleconte commented 2 years ago

it is breaking if we need to get qp.data.Arows etc directly which is the case in RipQP

dpo commented 2 years ago

Thanks!