-
```julia
julia> using OSQP
julia> m = OSQP.Model()
OSQP.Model(Ptr{OSQP.Workspace} @0x0000000000000000)
julia> OSQP.dimensions(m)
signal (11): Segmentation fault: 11
while loading no file, …
-
Hi, I am failing to compile on MacBook Air M2. Below is the complete listing from the command line. The error message (displayed at the very end of the listing) is
> Performing install step for 'osq…
-
Export these two types can make osqp pickleable, otherwise python cannot recognize these classes.
-
Hi, Shuo Yang,
Thank you so much for this awesome repo!
I noticed both in README and in another issue (https://github.com/ShuoYangRobotics/A1-QP-MPC-Controller/issues/22) you mentioned a newer i…
-
I run osqp(cuda-1.0 branch) demo on the ARMv8 architecture, but it takes 35 seconds. Is there a configuration error somewhere?
![图片](https://github.com/user-attachments/assets/6e581c7b-a95c-4775-b8bc…
-
Hello, thank you very much for your open source work, which has given me a lot of inspiration. Here are some questions I would like to ask.
This is the state equation and parameters of the inverted p…
-
## Bug description
I am following the github python have followed the instructions in README.md and trying to test run [demo.py](https://github.com/facebookincubator/GeoLift/blob/GeoLiftPython/GeoL…
-
I am trying to use Convex.jl to interface with the OSQP solver. However, for some reason I am unable to use quadform in the objective and still have it link to the OSQP optimizer.
```julia
using Co…
-
I have using osqp-cpp warm start, and I found cpp warm start nevers while python-version warm start works perfect. I use the test code 'test_basic_qp_warm_start()' and the iter num after warm start is…
-
When I execute './DiscretePointsSmoother', thrhe following error occurred:
*** The problem solved in 20 iterations!
loop iteration number is 36
iterative anchoring path smoother time: 3432.76 ms.…