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
|
Source: coinor-osi
Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Miles Lubin <miles.lubin@gmail.com>
Build-Depends: debhelper (>= 9), doxygen, graphviz,
coinor-libcoinutils-dev (>= 2.9.15-3.1), pkg-config, zlib1g-dev, libbz2-dev, autotools-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/debian-science/packages/coinor-osi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinor-osi.git
Homepage: https://projects.coin-or.org/Osi
Package: coinor-libosi1v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: coinor-libosi1
Description: COIN-OR Open Solver Interface
Osi (Open Solver Interface) provides an abstract C++ base class to a generic
linear programming (LP) solver, along with derived classes for specific
solvers. Many applications may be able to use the Osi to insulate themselves
from a specific LP solver.
.
Osi is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the abstract Osi base library; implementations for
different solvers are provided separately. The OsiClp interface is provided
by the clp source package.
Package: coinor-libosi-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libosi1v5 (= ${binary:Version})
Description: COIN-OR Open Solver Interface (developer files)
Osi (Open Solver Interface) provides an abstract C++ base class to a generic
linear programming (LP) solver, along with derived classes for specific
solvers. Many applications may be able to use the Osi to insulate themselves
from a specific LP solver.
.
Osi is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the header files for developers.
Package: coinor-libosi-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Recommends: coinor-libosi-dev, coinor-libcoinutils-dev
Description: COIN-OR Open Solver Interface (documentation)
Osi (Open Solver Interface) provides an abstract C++ base class to a generic
linear programming (LP) solver, along with derived classes for specific
solvers. Many applications may be able to use the Osi to insulate themselves
from a specific LP solver.
.
Osi is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the documentation and examples.
Package: coinor-libosi1v5-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libosi1v5 (= ${binary:Version})
Description: COIN-OR Open Solver Interface (debug symbols)
Osi (Open Solver Interface) provides an abstract C++ base class to a generic
linear programming (LP) solver, along with derived classes for specific
solvers. Many applications may be able to use the Osi to insulate themselves
from a specific LP solver.
.
Osi is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the debug symbols.
|