[Ipopt] Using self built linear solver
Jonathan Hogg
jonathan.hogg at stfc.ac.uk
Wed Jan 6 03:54:20 EST 2016
You want to be writing something to go in the Algorithm/LinearSolvers
directory that calls your solver. Doing a grep for one of the existing
solvers (eg ma57) will highlight other places you need to insert some
extra code to add it as an option.
I think the Inexact solver requires an inexact preconditioner.
Presumably Paradiso is the only solver package with an interface in
Ipopt at present that offers such.
Regards,
Jonathan.
On 06/01/16 04:05, magneticconfine at sjtu.edu.cn wrote:
> Hi, All
>
> Because the specific characteristic of the problem I’m solving, I’m
> considering build my own linear solver and test it on the ipopt source
> code. Has anyone done this before? And where can I find the entrance of
> the call to linear solver in ipopt source code. One more question is
> about the inexact solver, why it must compile with pardiso? Is there any
> specific reason for that? Thank you very much!
>
>
>
> Best regards,
>
> Pu Zhao
>
> Master student at Shanghai Jiao Tong Univ
>
>
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt
>
More information about the Ipopt
mailing list