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
|
Source: qsopt-ex
Section: math
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Afif Elghraoui <afif@ghraoui.name>,
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
autotools-dev,
libgmp-dev,
Standards-Version: 3.9.6
Homepage: http://www.dii.uchile.cl/~daespino/ESolver_doc/main.html
Vcs-Git: git://anonscm.debian.org/debian-med/qsopt-ex.git
Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/qsopt-ex.git
Package: qsopt-ex
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
libqsopt-ex2 (= ${binary:Version}),
Description: Exact linear programming solver
QSopt-ex is an implementation of a simplex-based algorithm that returns exact
rational solutions, taking advantage of the speed of floating-point
calculations and attempting to minimize the operations performed in
rational arithmetic.
.
This package contains the command-line utilities.
Package: libqsopt-ex-dev
Section: libdevel
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
libqsopt-ex2 (= ${binary:Version}),
Description: Exact linear programming solver -- development files
QSopt-ex is an implementation of a simplex-based algorithm that returns exact
rational solutions, taking advantage of the speed of floating-point
calculations and attempting to minimize the operations performed in
rational arithmetic.
.
This package contains the header files and static library.
Package: libqsopt-ex2
Section: libs
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Exact linear programming solver -- shared library
QSopt-ex is an implementation of a simplex-based algorithm that returns exact
rational solutions, taking advantage of the speed of floating-point
calculations and attempting to minimize the operations performed in
rational arithmetic.
.
This package contains the main library.
|