File: control

package info (click to toggle)
coinor-cbc 2.9.9%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,848 kB
  • ctags: 5,787
  • sloc: cpp: 104,337; sh: 8,921; xml: 2,950; makefile: 520; ansic: 491; awk: 197
file content (75 lines) | stat: -rw-r--r-- 2,740 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
Source: coinor-cbc
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: science
Priority: extra
Build-Depends: coinor-libcgl-dev (>= 0.59.10),
               coinor-libclp-dev (>= 1.16.11),
               coinor-libcoinutils-dev (>= 2.10.14),
               coinor-libosi-dev (>= 0.107.9),
               debhelper (>= 10),
               doxygen,
               graphviz,
               libblas-dev,
               libbz2-dev,
               pkg-config,
               zlib1g-dev,
               autotools-dev
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/coinor-cbc.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/coinor-cbc.git
Homepage: https://projects.coin-or.org/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
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
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
Section: libdevel
Depends: coinor-libcbc3 (= ${binary:Version}),
         coinor-libcgl-dev (>= 0.59.9),
         coinor-libclp-dev (>= 1.16.10),
         coinor-libcoinutils-dev (>= 2.10.13),
         coinor-libosi-dev (>= 0.107.8),
         ${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
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.