You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the C interface, and get segfaults when GetIpoptCurrentIterate and GetIpoptCurrentViolations are called before (or after) IpoptSolve. I think it would be nicer to simply return false. The segfaults appear to be because ipopt_problem->tnlp is accessed when it is NULL or undefined.
The text was updated successfully, but these errors were encountered:
I'm using the C interface, and get segfaults when
GetIpoptCurrentIterate
andGetIpoptCurrentViolations
are called before (or after)IpoptSolve
. I think it would be nicer to simply return false. The segfaults appear to be becauseipopt_problem->tnlp
is accessed when it is NULL or undefined.The text was updated successfully, but these errors were encountered: