Joel Andersson

Results 189 comments of Joel Andersson

> Dear @jaeandersson and @jgillis, since this issue is still open, I would like to ask if SDP is currently supported in CasADi, thank you! No, this is still an...

The following change appears to result in a segfault: ``` - opts["ad_weight"] = ad_weight_; - opts["ad_weight_sp"] = ad_weight_sp_; ```

The PR should probably be directed to `develop`, not `master`. The latter points to the latest release. As for the content, I'll let @jgillis respond.

> Hi @jgillis and @jaeandersson is there any plan to merge this PR? It would be a really useful feature Sorry for slow response. I'm a bit questioning whether it...

I'll make sure that it's merged (with the minor change mentioned above) before the 3.6 release.

Do you have `libgurobi65.so` in your path? It looks like it's not found at runtime.

> OK, thanks. I already put libgurobi95.so in my path. Does casadi only support gurobi 6.5? Probably your CasADi binary was compiled with support for Gurobi 6.5 only. You might...

`mem.h` cannot include `casadi_types.h` because it defeats the idea if `mem.h` being a self-contained simplified API. The whole thing should be refactored though, and probably moved into core/runtime.