Thank you for your reply, Joel! I think I have figured out what the
problem might be. The optimization when removing
solver.setOption('expand', True) did finish eventually, also returning
insufficient_memory, so I don't think there is a bug i Casadi. In task
manager it doesn't seem like I'm running out of RAM, so it might be the
fact that I am running a 32-bit version of casadi and python which
limits the RAM-access? Anyway, I am now in the process of updating to
versions of casadi precompiled for 64 bit, and I have encounter a
problem when going from 2.2.0 to 2.3.0. I am using MA27, and on version
2.0.0-2.2.0 Ipopt has been pleased with libhsl.dll. When installing
2.3.0, however, Ipopt returns an error that it cannot locate libhsl.so.
When googling it seems like .so is for UNIX and .dll is for Windows? Why
the sudden change in preferances? I am running on windows 7.
When
I go from one Casadi-version to another I simply replace the
Casadi-catalogue in Python27/Lib/site-packages with the one in the
.zip-file for the new version. In the .zip-file for 2.3.0 there where
more catalogues than with previous versions. Is it a problem that I only
included the casadi-catalogue? I have a binary installation.
Anne Mai