Replies: 1 comment 7 replies
-
To keep things separate, I think the idea is that your use the The PS: Looks like you shouldn't implement an |
Beta Was this translation helpful? Give feedback.
-
To keep things separate, I think the idea is that your use the The PS: Looks like you shouldn't implement an |
Beta Was this translation helpful? Give feedback.
-
Hi there.
IPOPT already supports several linear solvers (MUMPS, Pardiso, HSL, ...). Say I have a new linear solver and I would like to hook it up to IPOPT. Is there a mechanism for me to implement a subclass of
AugSystemSolver
(say) and ask IPOPT to use my linear solver? Do I have to build the interface to my solver as part of IPOPT in order to do so, or is there a way to keep both codes completely separate?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions