clp
Coin-or linear programming solver
Install
- All systems
-
curl cmd.cat/clp.sh
- Debian
-
apt-get install coinor-clp
- Ubuntu
-
apt-get install coinor-clp
- Arch Linux
-
pacman -S coinor-clp
- Kali Linux
-
apt-get install coinor-clp
- Fedora
-
dnf install coinor-clp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install coinor-clp
- Raspbian
-
apt-get install coinor-clp
- Dockerfile
- dockerfile.run/clp
coinor-clp
Coin-or linear programming solver
Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available. It is designed to find solutions of constrained linear mathematical optimization problems. This package contains the clp executable.