JuliaSmoothOptimizers / QuadraticModels.jl

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

Default input type to SparseMatricesCOO #64

Closed geoffroyleconte closed 2 years ago

geoffroyleconte commented 2 years ago

I chose the default input type to be SparseMatricesCOO, since NLPModels work in COO format. This is clearer for the user now because if he wants to use other input types for H and A he will have to specify it, but some functions will not be usable, such as hess_structure!

geoffroyleconte commented 2 years ago

@dpo I made the changes we discussed about yesterday