-
Hi, I am solving a large scale quadratic problem with quadratic equality constaint problem (QCQP): I tried to use IPOPT (ver 3.12.9) to solve the QCQP problem by providing all jacobian & hessian informations and a feasible initial guess x0. IPOPT could solve my problem very fast in most of the time. However, sometimes IPOPT iterations stucks for more than 10 mins! Because it keeps "Reallocating memory for MA57: lfact" I am wondering, is there any way to fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hmm, I don't know. You could experiment with some options for MA57: https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_MA57_Linear_Solver |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hmm, I don't know. You could experiment with some options for MA57: https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_MA57_Linear_Solver