glpsol
linear programming kit - utility files
Install
- All systems
-
curl cmd.cat/glpsol.sh
- Debian
-
apt-get install glpk-utils
- Ubuntu
-
apt-get install glpk-utils
- Arch Linux
-
pacman -S glpk
- Kali Linux
-
apt-get install glpk-utils
- CentOS
-
yum install glpk-utils
- Fedora
-
dnf install glpk-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install glpk-utils
- OS X
-
brew install glpk
- Raspbian
-
apt-get install glpk-utils
- Dockerfile
- dockerfile.run/glpsol
glpk-utils
linear programming kit - utility files
GLPK (GNU Linear Programming Kit) is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. This package contains a stand-alone LP/MIP solver (glpsol) and several example problems.
glpk
The GLPK (GNU Linear Programming Kit) package is intended for
solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. GLPK supports the GNU MathProg language, which is a subset of the AMPL language. The GLPK package includes the following main components: * Revised simplex method. * Primal-dual interior point method. * Branch-and-bound method. * Translator for GNU MathProg. * Application program interface (API). * Stand-alone LP/MIP solver.