glpk 5.0-1build2 source package in Ubuntu

Changelog

glpk (5.0-1build2) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 13:10:32 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
math
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe math
Noble 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-1build2.debian.tar.xz 13.0 KiB e9eb527b60876bc62a9e0ae9e204d491ff89399402a79bf73777b6cd25ff45e3
glpk_5.0-1build2.dsc 2.5 KiB 776951a37220171d273f599a6e657f3e70891e6836c0609aee45236aefe71dd4

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