Install glpk under Linux (GNU Linear programming Kit) __linux

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.