glpk 5.0-1build1 source package in Ubuntu

Changelog

glpk (5.0-1build1) mantic; urgency=medium

  * No-change rebuild against libamd3

 -- Steve Langasek <email address hidden>  Sun, 30 Jul 2023 20:55:59 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe math

Downloads

File Size SHA-256 Checksum
glpk_5.0.orig.tar.gz 3.9 MiB 4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15
glpk_5.0.orig.tar.gz.asc 155 bytes 14393a3afd8be3ba305bfea1f1d624ac5b61f3f8108dc63edd5dbcae110809ea
glpk_5.0-1build1.debian.tar.xz 12.9 KiB f59c933342b3e07eff359312b6ef08aae228fe45831b2c18aca0eab71a971056
glpk_5.0-1build1.dsc 2.5 KiB d40cf12aeb2c58141bc6d6a9f1bbce249c306e11b98cdd3bd8f149b182f4af21

Available diffs

View changes file

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