Alphonsus Adu-Bredu

Results 2 issues of Alphonsus Adu-Bredu

I tried running the example in the README. The Julia REPL crashed on the line `@objective(model, Minimize, residual ⋅ residual) ` where the objective is set. Any fixes for this?

I get a segmentation fault error at the `solve(.)` line when running a script that contains the standing controller example in https://github.com/tkoolen/QPControl.jl/blob/master/notebooks/Standing%20controller.ipynb I'm using Julia 1.3.1 Here's my script: ```...