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 106 107 108
|
Source: coinor-symphony
Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Miles Lubin <miles.lubin@gmail.com>
Build-Depends: chrpath,
coinor-libcgl-dev (>= 0.58.9),
coinor-libclp-dev (>= 1.15.10),
coinor-libcoinutils-dev (>= 2.9.15),
coinor-libosi-dev (>= 0.106.9),
debhelper (>= 9),
doxygen-latex,
graphviz,
latex2html,
libbz2-dev,
liblapack-dev,
pkg-config,
zlib1g-dev,
autotools-dev
Standards-Version: 3.9.5
Homepage: https://projects.coin-or.org/SYMPHONY
Vcs-Git: git://anonscm.debian.org/debian-science/packages/coinor-symphony.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinor-symphony.git
Package: coinor-symphony
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: coinor-libsymphony0
Breaks: 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
Section: libdevel
Architecture: any
Depends: coinor-libsymphony3 (= ${binary:Version}),
${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
Section: doc
Architecture: all
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.
Package: coinor-libsymphony3-dbg
Section: debug
Architecture: any
Depends: coinor-libsymphony3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: COIN-OR solver for mixed-integer linear programs (debug symbols)
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 debug symbols.
|