[Ipopt] help

Hans Pirnay hans.pirnay at rwth-aachen.de
Wed Jul 11 03:01:45 EDT 2012


Hi Lili,

> the problem is that I want to call ipopt twice in one project  with c++ code
> .But the former using  has effects on the latter ,which may produces  wrong
> results. How can I clean the former using , to make them independent with
> each other? What's the codes?

for each instance, just create a new IpoptApplication object. Then,
there will be no effect of one ipopt run to the next.


More information about the Ipopt mailing list