-
Notifications
You must be signed in to change notification settings - Fork 141
Description
Greetings,
I have been using SCS 2.1.0 with YALMIP in Matlab to solve the small to medium instances of my SDP.
For the large instances, I simply don't have enough memory to store the matrix A (even though it is sparse and I am using a high memory node on an HPC cluster).
I would like to run a matrix-free implementation (providing A and A^T as function handles---this requires very little memory in my case).
I tried installing https://github.com/mfopt/mf_cvxpy and https://github.com/mfopt/mf_scs but couldn't get them to work (some files were missing in the installation process). I did not file an issue there as it looked like the repo was not being updated.
I am wondering if you plan to implement a matrix-free version in further releases (as far as I can tell from the documentation, the current version still requires A to be specified as a matrix and not passed as a function).
Many thanks for all the great work!