Linux under GLPK (GNU Linear programming Kit) Installation
1.GLPK Introduction
The GLPK (GNU Linear programming Kit) package is intended for solving large-scale Linear programming (LP), mixed integer p Rogramming (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 Modeling Language, which is a subset of the Ampl language.
The GLPK package includes the following main components:
(1) Primal and dual simplex methods
(2) Primal-dual Interior-point method
(3) Branch-and-cut method
(4) Translator for GNU MathProg
(5) Application Program Interface (API)
(6) Stand-alone LP/MIP solver 2.GLPK Download
Link: http://ftp.gnu.org/gnu/glpk/
Download latest Version: Glpk-4.60.tar.gz 2016-04-01 07:07 4.0M
3.GLPK Installation
The
Step1: Extract glpk-4.60.tar.gz Files
command is as follows: TAR-XZVF glpk-4.60.tar.gz
Step2: Execute command Configure
Step3: Execute command make
Ste P4: Execute command make install
installation complete.