1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
Source: glpk
Section: math
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Falk Hueffner <falk@debian.org>
Build-Depends: debhelper, cdbs, libgmp-dev, libltdl-dev,
zlib1g-dev, libiodbc2-dev, libmysqlclient-dev, automake, autoconf, libtool
Standards-Version: 3.9.2
Homepage: http://www.gnu.org/software/glpk/glpk.html
Vcs-Git: git://git.debian.org/git/debian-science/packages/glpk.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/glpk.git
Package: libglpk0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libiodbc2-dev, libmysqlclient-dev
Description: 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).
Package: libglpk0-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libglpk0 (= ${binary:Version}), ${misc:Depends}
Suggests: libiodbc2-dev, libmysqlclient-dev
Description: linear programming kit - debugging symbols
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 debugging symbols for the GLPK library.
Package: libglpk-dev
Architecture: any
Section: libdevel
Depends: libglpk0 (= ${binary:Version}), ${misc:Depends}
Conflicts: glpk (<< 4.15)
Description: 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.
Package: glpk-doc
Architecture: all
Section: doc
Conflicts: glpk (<< 4.15)
Depends: ${misc:Depends}
Description: 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.
Package: glpk-utils
Architecture: any
Depends: libglpk0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: glpk (<< 4.15)
Description: 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 the following stand-alone tools:
* glpsol: LP/MIP solver
* tspsol: TSP solver
Package: glpk
Architecture: any
Depends: libglpk0 (= ${binary:Version}), glpk-doc (= ${source:Version}),
libglpk-dev (= ${binary:Version}), glpk-utils (= ${binary:Version}),
${misc:Depends}
Description: linear programming kit
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 is empty and is intended to easy the upgrade from glpk << 4.15.
|