logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

glpsol - large-scale linear and mixed integer programming solver

Author

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

                                                                                                       GLPSOL(1)

Description

       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.

Examples

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

Name

       glpsol - large-scale linear and mixed integer programming solver

Options

       See glpsol--help

See Also

       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

Synopsis

glpsol [options...] filename

See Also