This file is indexed.

/usr/share/doc/libglpk36/README.Debian is in libglpk36 4.52.1-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
glpk for Debian
---------------

This is the cookbook to run a GLPK example with database connection:

    sudo apt-get install glpk-utils mysql-server-5.0 mysql-client-5.0 libmysqlclient15-dev
    cd /usr/share/doc/glpk-utils/examples/sql/
    ./mysql_setup.sh
    glpsol --math sudoku_mysql.mod

 -- Rafael Laboissiere <rafael@debian.org>, Sun, 30 Mar 2008 13:04:54 +0200


At one time GLPK included a contrib directory with contributed
interfaces to Java, Matlab, and Delphi.  This directory was removed by
the upstream author (he indicated some copyright/license concerns on
an email list).  Until they are put in the upstream release again, I do not
plan to include them in the Debian package.

 -- Brady Hunsaker <hunsaker@engr.pitt.edu>, Sat, 16 Oct 2004