Humhu

Results 1 comments of Humhu

I'm running into what I believe is the same problem. Minimal example in Python (casadi 3.5.3): ``` from casadi import * x = MX.sym('x') y = MX.sym('y') nlp = {'x'...