Skip to content

Is a matrix-free implementaion available or planned? #179

@IlyaKull

Description

@IlyaKull

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions