DOKK / manpages / debian 10 / glpk-utils / glpsol.1.en
GLPSOL(1) General Commands Manual GLPSOL(1)

glpsol - large-scale linear and mixed integer programming solver

glpsol [options...] filename

Solves linear programming (LP) and mixed integer programming (MIP) problems, using the GNU Linear Programming Kit (GLPK) library.

Problems are described in filename, using one of the following formats: fixed MPS, free MPS, CPLEX LP or GNU MathProg.

See glpsol --help

See /usr/share/doc/glpk-utils/examples/ for example problems written in various formats.

For a description of the MPS and CPLEX LP formats see the GLPK Reference Manual in the glpk-doc package. The GNU MathProg modeling language is described in a separate document in the same package.

Additional tips and hints are given on:
https://en.wikibooks.org/wiki/GLPK/Using_GLPSOL

This manual page was written by Sébastien Villemot for Debian.