Questions tagged [scs]
4 questions
0
votes
0 answers
failed to build scs when installing cvxpy
trying to install cvxpy
pip3 install cvxpy
I get the following error message:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for scs
Failed to build scs
ERROR: Could not build…

Thomas Pumir
- 3
- 1
0
votes
0 answers
Start SCS server from another class (WinForms)
I'm trying to implement a SCS framework server with WinForms in C# but I am having issues making it work. The server standalone works fine when using it in the Main method (no WinForms). I have a client-sided and a server-sided sample code from the…

lemonslayer
- 171
- 10
0
votes
1 answer
"100 is an invalid custom form" error when trying to purchase with credit card
The client reported they receive this error when trying to purchase with a credit card:
"100 is an invalid custom form"
Checked the form they are using, and it is the same one that they are using in SiteBuilder now, it works correctly on the live…
0
votes
1 answer
cvxpy solvers produce solutions of different shapes?
I am trying to use maxrect's get_maximal_rectangle, which uses cvxpy under the hood.
With the shapely polygon: POLYGON ((0 0.95, 0 2, 2 2, 2 1.95, 0 0.95))
max_hull = shapely.wkt.loads('POLYGON ((0 0.95, 0 2, 2 2, 2 1.95, 0 0.95))') # this is a…

roberto tomás
- 4,435
- 5
- 42
- 71