-
I created a Dockerfile to build Epigraph/Eigen/OSQP/ECOS on machines that may not want to install cmake, or have different C++ build infrastructures. Would it be possible to add to the build instructi…
-
Hi, are there any plans to port [OSQP](https://jaxopt.github.io/stable/_autosummary/jaxopt.OSQP.html#jaxopt.OSQP), or other ADMM solvers from JaxOpt to Optax soon?
Thanks :)
-
See:
* https://github.com/osqp/osqp/blob/4532d356f08789461bc041531f22a1001144c40a/include/public/osqp_api_types.h#L71-L74
* https://github.com/osqp/osqp/blob/release-0.6.3/include/types.h#L144-L151
* …
-
Hi all,
I followed the steps on Cygwin installation and the plugin still won't load unfortunately. Here is the output from Cygwin when I compile the plugin:
$ bash src/compile.sh
Running as CY…
-
Please run the script osqp_failure.R from https://github.com/ondrej-such/osqp-solver-error
Expected result: all three solvers should report infeasibility of the problem
Actual result: OSQP solv…
-
For integrating with https://github.com/robotology/wb-toolbox, we need some way to pass arbitrary parameters (as we do not know in advance the parameters that will be available in a given solver) via …
-
After https://github.com/ami-iit/qpsolvers-eigen/pull/15 , if a user is using a solver in a warm start setting, it needs to call the following code:
~~~cxx
// Set osqp-specific parameters
if …
-
In the CVXR package, the OSQP solver is used by default, not ECOS. This is because the webpage "https://cvxr.rbind.io/cvxr_examples/cvxr_using-other-solvers/" states that the ECOS solver is no longer …
-
R version 4.4.1
Osqp version 0.6.3.3
Windows 11
The following code works fine on my machine
```R
library(conflicted)
library(tidyverse)
library(osqp)
library(Matrix)
rm(list = ls())
…
-
Can anyone tell me what the problem is?
![捕获](https://github.com/user-attachments/assets/78e71d46-9896-4d5e-ba24-280bffbddcca)
DRETQ updated
4 months ago