[Ipopt-tickets] [Ipopt] #197: IpOpt C++ pre-built DLL throws exception
Ipopt
coin-trac at coin-or.org
Fri Mar 15 12:00:13 EDT 2013
#197: IpOpt C++ pre-built DLL throws exception
-----------------------+------------------------
Reporter: fastakal | Owner: ipopt-team
Type: defect | Status: new
Priority: highest | Component: Ipopt
Version: 3.10 | Severity: normal
Resolution: | Keywords:
-----------------------+------------------------
Comment (by stefan):
The exception indicates an invalid memory access.
Quite likely you either report some inconsistent data or do some invalid
memory accesses in your TNLP implementation.
For example, you may report row or column indices for the jacobian
structure that are outside the range given by number of variables and
equations (n,m).
There is not much we can do without having a way to reproduce the issue.
--
Ticket URL: <https://projects.coin-or.org/ticket/197#comment:1>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.
More information about the Ipopt-tickets
mailing list