Dear casadi community,
I am trying to generate code from opti using qpoases solver with this simple example:
I am getting the following error:
CasADi - 2021-02-24 00:20:28 WARNING("The function "solver_qpsol", which is of type "QpoasesInterface" cannot be code generated.
The generation will proceed, but compilation of the code will not be possible.") [.../casadi/core/function_internal.cpp:2453]
However, when using a simple formulation (no opti) I am able to generate code using generate_dependencies.
Is there a way generate dependencies from opti?
Thank you very much.