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
|
Source: coinor-vol
Section: science
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12), doxygen, graphviz
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://projects.coin-or.org/Vol
Vcs-Git: https://salsa.debian.org/debian/coinor-vol.git
Vcs-Browser: https://salsa.debian.org/debian/coinor-vol
Package: coinor-libvol1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Coin-or linear programming solver (libraries)
Vol (Volume Algorithm) is a linear programming solver based on the
subgradient method.
.
Vol is part of COIN-OR (COmputational INfrastructure for Operations
Research) project which is an initiative to spur the development of
open-source software in operational research - mathematical optimization
algorithms.
.
This package contains the binaries and libraries.
Package: coinor-libvol-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-libvol1 (= ${binary:Version})
Description: Coin-or linear programming solver (development files)
Vol (Volume Algorithm) is a linear programming solver based on the
subgradient method.
.
Vol is part of COIN-OR (COmputational INfrastructure for Operations
Research) project which is an initiative to spur the development of
open-source software in operational research - mathematical optimization
algorithms.
.
This package contains the header files for developers.
Package: coinor-libvol-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: coinor-libvol-dev, coinor-libcoinutils-dev
Description: Coin-or linear programming solver
Vol (Volume Algorithm) is a linear programming solver based on the
subgradient method.
.
Vol is part of COIN-OR (COmputational INfrastructure for Operations
Research) project which is an initiative to spur the development of
open-source software in operational research - mathematical optimization
algorithms.
.
This package contains the documentation and examples.
|