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
|
Source: coinor-symphony
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: science
Priority: extra
Build-Depends: chrpath,
coinor-libcgl-dev (>= 0.59.10),
coinor-libclp-dev (>= 1.16.11),
coinor-libcoinutils-dev (>= 2.10.14),
coinor-libosi-dev (>= 0.107.9),
debhelper (>= 10),
doxygen-latex,
graphviz,
latex2html,
libbz2-dev,
liblapack-dev,
pkg-config,
zlib1g-dev,
autotools-dev
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/coinor-symphony.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/coinor-symphony.git
Homepage: https://projects.coin-or.org/SYMPHONY
Package: coinor-symphony
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: coinor-libsymphony0
Replaces: coinor-libsymphony0
Description: COIN-OR solver for mixed-integer linear programs
SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver,
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the symphony executable.
Package: coinor-libsymphony3
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: COIN-OR solver for mixed-integer linear programs (shared libraries)
SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver,
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the shared libraries.
Package: coinor-libsymphony-dev
Architecture: any
Section: libdevel
Depends: coinor-libsymphony3 (= ${binary:Version}),
coinor-libcgl-dev (>= 0.59.9),
coinor-libclp-dev (>= 1.16.10),
coinor-libcoinutils-dev (>= 2.10.13),
coinor-libosi-dev (>= 0.107.8),
${misc:Depends},
${shlibs:Depends}
Description: COIN-OR solver for mixed-integer linear programs (developer files)
SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver,
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the header files for developers.
Package: coinor-libsymphony-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: coinor-libsymphony-dev
Description: COIN-OR solver for mixed-integer linear programs (documentation)
SYMPHONY is an open-source generic mixed-integer linear programs (MILP) solver,
callable library, and extensible framework for implementing customized solvers
SYMPHONY has a number of advanced capabilities, including the ability to
solve multi-objective MILPs, the ability to warm start its solution procedure,
and the ability to perform basic sensitivity analyses.
.
SYMPHONY is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the documentation and examples.
|