PDENLPModels.jl icon indicating copy to clipboard operation
PDENLPModels.jl copied to clipboard

Getter for the solution from the complete vector

Open tmigot opened this issue 3 years ago • 0 comments

Say sol contains the solution the solution:

gety(nlp, sol) -> return y or an iterator of y's
getu(nlp, sol) -> return u or an iterator of u's
getk(nlp, sol) -> return an array k

tmigot avatar Apr 06 '22 21:04 tmigot