scotpy is a lightweight library designed to help you build and solve Sparse Convex Optimization (SCO) problems on computational networks with N nodes. It relies on the availability of the SCOT solver executable and associated shared libraries.
For more detailed information about the SCOT solver, including compilation instructions and additional details, please visit the SCOT repository.
SCOT is compatible with the following platforms:
- Ubuntu 20.04 or higher
- Windows Subsystem for Linux (WSL2)
To set up SCOT, you need the following prerequisites:
- SCOT: Ensure
SCOTis installed on your OS. Installation Guide - Gurobi Optimizer: Version 10 or higher is required. Quick Start Guide.
- Message Passing Interface (MPI):
- See
requirements.txtfor other dependencies.
Run the following command to install scotpy
pip install scotpy
See dslr.ipynb