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
|
Source: coinor-cgl
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: science
Priority: optional
Build-Depends: coinor-libclp-dev (>= 1.17.5),
coinor-libcoinutils-dev (>= 2.11.4),
debhelper-compat (= 10),
doxygen,
graphviz,
libbz2-dev,
liblapack-dev,
pkg-config,
zlib1g-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/coinor-cgl
Vcs-Git: https://salsa.debian.org/science-team/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
Architecture: any
Section: libdevel
Depends: coinor-libcgl1 (= ${binary:Version}),
coinor-libclp-dev (>= 1.17.5),
coinor-libcoinutils-dev (>= 2.11.4),
${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
Architecture: all
Section: doc
Depends: libjs-jquery,
${misc:Depends}
Recommends: coinor-libcgl-dev
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.
|