-
Hi, developers!
My question is, is there any plan to support Convex.jl here with AD like [cvxpylayers](https://github.com/cvxgrp/cvxpylayers)?
For AD of the solution to (convex) optimization probl…
-
Hi Everyone,
I have run into the following error when trying to export a gaussian splat. Any help or hints would be appreciated.
--
Started threads
Setting up evaluation dataset...
Caching al…
-
Opening a new discussion, as I've been trying to write a [tutorial](https://inbo.github.io/tutorials/tutorials/spatial_crs_coding/) on current good practice in specifying a CRS in R (with focus on the…
-
Consider the following SOCP (per @wkschwartz)
```
import cvxpy as cv
u = cv.Variable(2)
constr = [u[1] - u[0] = 0]
prob1 = cv.Problem(cv.Minimize(cv.norm(u)), constr)
```
Clearly, we could equ…
-
To build `rgdal` and `rgeos`, you need header files for the `gdal`, `proj4` and `geos` Linux libraries. You have the binaries in `R-extras`, and you have the headers for `gdal`. But you don't have the…
znmeb updated
4 years ago
-
release date:
- postpone till further notice, as anti-virus are not happy on things starting 2024-04 b6 of September 1st
- can't continue till eventual clear-up, and removed all downloads associate…
-
The purpose of this ticket is to
- connect SageMath to interfaces to optimization solvers that are maintained outside of the Sage project,
- integrate the related developer and user communities…
-
## Description
Relatively minor, but explicitly omitting `allow-same-origin` from the help widget iframe `sandbox` attribute in packages/help-extension breaks search pages on many reference documen…
-
I am attempting to use Clarabel to solve a large scale, sparse linear program, as accessed through the CVXPY interface to Clarabel. However, I'm having some trouble, in that it appears the linear syst…
-
We could have two SOS bridges for bridging a SOS constraint `poly in SOSCone()`:
1) A bridge from SOS constraints to a PSD variable and linear equality constraints: this is the one we currently have …