Joel Andersson
Joel Andersson
This sounds like an interesting project.
> These commits cause Ipopt (possibly other solvers) to hide errors entirely as "Unknown Exception". What error gets hidden? You have a recoverable error in some function but ipopt cannot...
The issue is that when creating functions using `dae.create`, the dependent variables are assumed to be sorted so that each dependent variable only depends on previously defined dependent variables. You...
Seems to have resolved it. To-do: Graceful error automatic sorting
Pushed to 3.7 as per discussion with @jgillis
@jgillis - This issue seems related to the automatic unpacking of FMUs. The path to the resource dir was changed in this commit: 235c38eeab0d40e82555c66625ab89c99d0fb67a
Hmm, yes, can you do something like `apt install liblapack`?
Looks good.
Taking a shot at this
Attempted solution implemented, both for SX and MX. If there are still cases for which a minimal failing example can be produced, let me know.