Installing SDPA for Python
SDPA for Python can be installed via pip on Windows, macOS and Linux for x86_64 (as well as for arm64 on Linux). Two variants of this package are available on the Python Package Index (PyPI). The package using the SDPA (OpenBLAS) backend can be installed by
pip install sdpa-python
The package using the SDPA Multiprecision (GMP) backend can be installed by
pip install sdpa-multiprecision
Detailed documentation is present if you’d like to build from source.