JuliaSmoothOptimizers / QuadraticModels.jl

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

Tests with QPS data #24

Closed dpo closed 4 years ago

dpo commented 4 years ago

It would be great to add the test problems in QPS format and run the consistency checks.

@geoffroyleconte

geoffroyleconte commented 4 years ago

@dpo
Should I add a starting point argument x0 to QuadraticModel(qp::QPSData)? Because the test problems do have a starting point.

dpo commented 4 years ago

Yes, please. That would be great!

dpo commented 4 years ago

Done in #22