File: control

package info (click to toggle)
qsopt-ex 2.5.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,152 kB
  • sloc: ansic: 43,343; sh: 427; makefile: 210
file content (52 lines) | stat: -rw-r--r-- 1,926 bytes parent folder | download
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
Source: qsopt-ex
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@ghraoui.name>
Section: math
Priority: optional
Build-Depends: debhelper (>= 11~),
               d-shlibs,
               libgmp-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/qsopt-ex
Vcs-Git: https://salsa.debian.org/med-team/qsopt-ex.git
Homepage: http://www.dii.uchile.cl/~daespino/ESolver_doc/main.html

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
Architecture: any
Section: libdevel
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
Architecture: any
Section: libs
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.