Introduction
GNU Linear Progamming Kit. 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.
Web Page
Versions
4.55
Flavours
1
Architecture
x86_64
Group
module load site-local
Build Details
Compiled with:
- intel/compiler/64/2017.1.132
- -O3 -xCORE-AVX2 -ip -fpermissive.
Usage
module load glpk/4.55/1
Use glpsol to run models. See GLPK manuals via the GLPK web page.
Example Job Scripts
None yet.
Status
Runs all of the example programs ( .mod files, etc.) with glpsol correctly.