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
|
Source: coinor-cgl
Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Miles Lubin <miles.lubin@gmail.com>
Build-Depends: coinor-libclp-dev (>= 1.15.10),
debhelper (>= 9),
doxygen-latex,
graphviz,
libbz2-dev,
liblapack-dev,
pkg-config,
zlib1g-dev,
autotools-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/debian-science/packages/coinor-cgl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinor-cgl.git
Homepage: https://projects.coin-or.org/Cgl
Package: coinor-libcgl1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: COIN-OR Cut Generation Library
The Cut Generation Library (Cgl) is an open collection of cutting plane
implementations ("cut generators") for use in teaching, research, and
applications.
.
Cgl is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research) and can be used with other COIN-OR packages that
make use of cuts, such as the mixed-integer linear programming solver Cbc.
.
This package contains the binaries and libraries.
Package: coinor-libcgl-dev
Section: libdevel
Architecture: any
Depends: coinor-libcgl1 (= ${binary:Version}),
coinor-libclp-dev (>= 1.15.3),
${misc:Depends},
${shlibs:Depends}
Description: COIN-OR Cut Generation Library (developer files)
The Cut Generation Library (Cgl) is an open collection of cutting plane
implementations ("cut generators") for use in teaching, research, and
applications.
.
Cgl is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research) and can be used with other COIN-OR packages that
make use of cuts, such as the mixed-integer linear programming solver Cbc.
.
This package contains the header files for developers.
Package: coinor-libcgl-doc
Section: doc
Architecture: all
Recommends: coinor-libcgl-dev
Depends: libjs-jquery, ${misc:Depends}
Description: COIN-OR Cut Generation Library (documentation)
The Cut Generation Library (Cgl) is an open collection of cutting plane
implementations ("cut generators") for use in teaching, research, and
applications.
.
Cgl is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research) and can be used with other COIN-OR packages that
make use of cuts, such as the mixed-integer linear programming solver Cbc.
.
This package contains the documentation and examples.
Package: coinor-libcgl1-dbg
Section: debug
Architecture: any
Depends: coinor-libcgl1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: COIN-OR Cut Generation Library (debug symbols)
The Cut Generation Library (Cgl) is an open collection of cutting plane
implementations ("cut generators") for use in teaching, research, and
applications.
.
Cgl is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research) and can be used with other COIN-OR packages that
make use of cuts, such as the mixed-integer linear programming solver Cbc.
.
This package contains the debug symbols.
|