Closed tmigot closed 2 years ago
using LLSModels, RipQP A = rand(2,2) b = rand(2) nlp = LLSModel(A, b) stats = ripqp(nlp) @show length(stats.solution), nlp.meta.nvar
I think we expect the solution to be of the size of the problem.
I think we expect the solution to be of the size of the problem.