ecos-python icon indicating copy to clipboard operation
ecos-python copied to clipboard

Python interface for ECOS

Results 17 ecos-python issues
Sort by recently updated
recently updated
newest added

Problem --------- On aarch64, ‘pip install ecos’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system....

Building wheels for collected packages: ecos Building wheel for ecos (setup.py) ... error ERROR: Command errored out with exit status 1: command: /opt/anaconda3/envs/pythonProject/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0]...

The ECOS solver failed to converge on a fairly simple problem. As far as I can tell, the problem is well-conditioned and well-scaled, with coefficients, variables and objective function value...

I'm using ECOS (Python) as a subroutine to solve Exponential Cone Programs. I have used it for two different projects and in both, I noticed that up 3% of the...

In the Julia ECOS interface, you can change the number of iterative refinement steps ECOS takes. Could you add this to the Python interface? I had a request for this...

The message > ValueError: Number of rows of G does not match dims.l+sum(dims.q)+dims.e seems to be incorrect with respect to the number of exponetial cones `dims.e` as the number of...

When we first started using appveyor, they didn't have python or conda support. They now do. We should likewise update our appveyor scripts so they become simpler. Ideally, the Windows...

help wanted