glpk 4.64-2 source package in Ubuntu

Changelog

glpk (4.64-2) unstable; urgency=medium

  * Fix FTBFS when only building arch:all packages.
  * Fix typo in manpage.
  * Move README.Debian to glpk-utils (it describes glpsol sql example).

 -- Sébastien Villemot <email address hidden>  Wed, 06 Dec 2017 19:22:59 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
glpk_4.64-2.dsc 2.4 KiB d01478fd22305a65e2b6542a69453331a327fd36f9e9f7004cd7de7908920edd
glpk_4.64.orig.tar.gz 4.0 MiB 539267f40ea3e09c3b76a31c8747f559e8a097ec0cda8f1a3778eec3e4c3cc24
glpk_4.64.orig.tar.gz.asc 201 bytes f52e2a089874bc1316ec2667eb339a0f88d7ffdb3bb3cbfd4e58c1b1a1dd2184
glpk_4.64-2.debian.tar.xz 12.5 KiB c4248e3f10d536c78cbad49cf3314ec15ff43b0eff1e3660d07f77790a8a00ec

Available diffs

No changes file available.

Binary packages built by this source

glpk-doc: linear programming kit - documentation files

 GLPK (GNU Linear Programming Kit) 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.
 .
 This package contains the C API reference manual and the GNU MathProg
 modeling language manual.

glpk-utils: linear programming kit - utility files

 GLPK (GNU Linear Programming Kit) 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.
 .
 This package contains a stand-alone LP/MIP solver (glpsol) and several example
 problems.

glpk-utils-dbgsym: debug symbols for glpk-utils
libglpk-dev: linear programming kit - development files

 GLPK (GNU Linear Programming Kit) 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.
 .
 This package contains static library, headers, and the development
 manpage for libvc.

libglpk40: linear programming kit with integer (MIP) support

 GLPK (GNU Linear Programming Kit) 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.
 .
 GLPK supports the GNU MathProg language, which is a subset of the
 AMPL language. GLPK also supports the standard MPS and LP formats.
 .
 The GLPK package includes the following main components:
    * Revised simplex method.
    * Primal-dual interior point method.
    * Branch-and-bound method.
    * Translator for GNU MathProg modeling language.
    * Application program interface (API).
 .
 In order to get connections between the internal MathProg model
 objects and external database tables, please install the
 libiodbc2-dev (for the iODBC table driver) and libmysqlclient-dev
 (for the MySQL table driver).

libglpk40-dbgsym: debug symbols for libglpk40