[Ipopt] IPOPT MATLAB Interface

Aritra Nath aritrakn at ufl.edu
Wed Dec 16 14:01:57 EST 2009


Hi Florian,

Are you trying to compile IPOPT on Windows with MSVS C++?

I had the same problem and I had to use a workaround. Since the enum
ApplicationReturnStatus
has all integer values so I type casted the return from double to (int) and
then to (ApplicationReturnStatus).

See if it works.

If you are doing the compilation on MSVS C++ do you have documentation to
compile the MATLAB Interface using it?

Regards,
Aritra



On Tue, Dec 15, 2009 at 1:29 PM, Fisch, Florian <fisch at tum.de> wrote:

>  Hello!
>
>
>
> When I try to compile the MATLAB interface for IPOPT, I get the error code
> that a type conversion from “Ipopt::ApplicationReturnStatus” to “double” is
> not possible. Can anyone tell me what the problem here is? Thanks a lot for
> any help.
>
>
>
> Florian
>
>
>
>
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/ipopt/attachments/20091216/fac246ca/attachment.html 


More information about the Ipopt mailing list