Background
----------
GLPK is the `GNU Linear Programming Kit <https://www.gnu.org/software/glpk/>`_, a C library for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.

Installation
------------

    pip install ecyglpki

or

    pip install --user ecyglpki


Usage
-----
Use `ecyglpki` like any other Python module in your Python code.
