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
|
Source: coinor-csdp
Section: science
Priority: extra
Maintainer: Soeren Sonnenburg <sonne@debian.org>
Uploaders: Aramian Wasielak <aramian.wasielak@gmail.com>
Build-Depends: cdbs, debhelper (>= 7), texlive-latex-base,
libatlas-base-dev [!powerpc !alpha !arm !armel !sh4] | libblas-dev, liblapack-dev
Standards-Version: 3.8.4
Homepage: https://projects.coin-or.org/Csdp
Vcs-Svn: http://bollin.googlecode.com/svn/coinor-csdp/trunk/
Vcs-Browser: http://bollin.googlecode.com/svn/coinor-csdp/trunk/
Package: coinor-csdp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A software package for semidefinite programming
CSDP is a library of routines that implements a predictor corrector variant of
the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and
Wolkowicz. The code runs in parallel on shared memory multi-processor systems,
and it makes effective use of sparsity in the constraint matrices.
.
CSDP is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the binaries.
Package: coinor-csdp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: coinor-csdp
Description: A software package for semidefinite programming
CSDP is a library of routines that implements a predictor corrector variant of
the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and
Wolkowicz. The code runs in parallel on shared memory multi-processor systems,
and it makes effective use of sparsity in the constraint matrices.
.
CSDP is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the documentation and examples.
Package: coinor-csdp-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, coinor-csdp (= ${binary:Version})
Description: A software package for semidefinite programming
CSDP is a library of routines that implements a predictor corrector variant of
the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and
Wolkowicz. The code runs in parallel on shared memory multi-processor systems,
and it makes effective use of sparsity in the constraint matrices.
.
CSDP is part of the larger COIN-OR initiative (Computational Infrastructure
for Operations Research).
.
This package contains the debug symbols.
|