Skip to content
/ mf_scs Public
forked from cvxgrp/scs

C package that solves convex cone problems via operator splitting

License

Notifications You must be signed in to change notification settings

mfopt/mf_scs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a special matrix-free version of SCS. See these papers for further details on matrix-free solvers.

Using matrix-free scs in Python

To create the Python interface, the following lines of code should work:

cd <scs-directory>/python
python setup.py install

You may need sudo privileges for a global installation.

After installing the scs interface, you must import the module with

import mat_free_scs

Matrix-free SCS can only be called via CVXPY.

About

C package that solves convex cone problems via operator splitting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.7%
  • MATLAB 13.8%
  • Python 4.2%
  • Makefile 3.7%
  • C++ 0.6%