csdp-graphtoprob
A software package for semidefinite programming
Install
- All systems
-
curl cmd.cat/csdp-graphtoprob.sh
- Debian
-
apt-get install coinor-csdp
- Ubuntu
-
apt-get install coinor-csdp
- Kali Linux
-
apt-get install coinor-csdp
- Fedora
-
dnf install csdp-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install coinor-csdp
- Raspbian
-
apt-get install coinor-csdp
- Dockerfile
- dockerfile.run/csdp-graphtoprob
coinor-csdp
A software package for semidefinite programming
CSDP is a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and Wolkowicz. The code runs in parallel on shared memory multi-processor systems, and it makes effective use of sparsity in the constraint matrices. CSDP is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). This package contains the binaries.
coinor-csdp-dbg
A software package for semidefinite programming
CSDP is a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and Wolkowicz. The code runs in parallel on shared memory multi-processor systems, and it makes effective use of sparsity in the constraint matrices. CSDP is part of the larger COIN-OR initiative (Computational Infrastructure for Operations Research). This package contains the debug symbols.