How to Install glpk-utils in Ubuntu 18.04



Install glpk-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install glpk-utils

Description:

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.

Homepage: http://www.gnu.org/software/glpk/glpk.html

Version: 4.65-1

Section: universe/math