File: control

package info (click to toggle)
coinor-cbc 2.10.12%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,116 kB
  • sloc: cpp: 110,581; sh: 14,810; ansic: 695; makefile: 586; awk: 197; python: 98
file content (81 lines) | stat: -rw-r--r-- 2,879 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: coinor-cbc
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Julien Puydt <jpuydt@debian.org>,
           Pierre Gruet <pgt@debian.org>
Section: science
Priority: optional
Build-Depends: coinor-libcgl-dev (>= 0.60.8+ds),
               coinor-libclp-dev (>= 1.17.9+ds),
               coinor-libcoinutils-dev,
               coinor-libosi-dev,
               debhelper-compat (= 13),
               doxygen,
               graphviz,
               libblas-dev,
               libbz2-dev,
               pkgconf,
               zlib1g-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/coinor-cbc
Vcs-Git: https://salsa.debian.org/science-team/coinor-cbc.git
Homepage: https://github.com/coin-or/cbc

Package: coinor-cbc
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Breaks: coinor-libcbc0
Replaces: coinor-libcbc0
Description: Coin-or branch-and-cut mixed integer programming solver
 Cbc (Coin-or branch and cut) is an open-source mixed integer programming
 solver written in C++. It can be used as a callable library or as a
 stand-alone executable.
 .
 This package contains cbc executable.

Package: coinor-libcbc3.1
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Breaks: coinor-libcbc3 (<< 2.10.10+really2.10.10+ds1-3)
Replaces: coinor-libcbc3 (<< 2.10.10+really2.10.10+ds1-3)
Description: Coin-or branch-and-cut mixed integer programming solver (shared libraries)
 Cbc (Coin-or branch and cut) is an open-source mixed integer programming
 solver written in C++. It can be used as a callable library or as a
 stand-alone executable.
 .
 This package contains the shared libraries.

Package: coinor-libcbc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: coinor-libcbc3.1 (= ${binary:Version}),
         coinor-libcgl-dev (>= 0.60.8+ds),
         coinor-libclp-dev (>= 1.17.9+ds),
         coinor-libcoinutils-dev,
         coinor-libosi-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Coin-or branch-and-cut mixed integer programming solver (developer files)
 Cbc (Coin-or branch and cut) is an open-source mixed integer programming
 solver written in C++. It can be used as a callable library or as a
 stand-alone executable.
 .
 This package contains the header files for developers.

Package: coinor-libcbc-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Recommends: coinor-libcbc-dev
Description: Coin-or branch-and-cut mixed integer programming solver (documentation)
 Cbc (Coin-or branch and cut) is an open-source mixed integer programming
 solver written in C++. It can be used as a callable library or as a
 stand-alone executable.
 .
 This package contains the documentation and examples.