File: control

package info (click to toggle)
cadical 2.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,224 kB
  • sloc: cpp: 36,901; ansic: 4,521; sh: 1,770; makefile: 91
file content (35 lines) | stat: -rw-r--r-- 1,247 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
Source: cadical
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Scott Talbert <swt@techie.net>
Section: math
Build-Depends:
  debhelper-compat (= 13),
  help2man,
Standards-Version: 4.7.3
Homepage: http://fmv.jku.at/cadical/
Vcs-Git: https://salsa.debian.org/science-team/cadical.git
Vcs-Browser: https://salsa.debian.org/science-team/cadical

Package: cadical
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Simplified Satisfiability Solver
 CaDiCaL is a CDCL solver that is easy to understand and change, while at the
 same time not being much slower than other state-of-the-art CDCL solvers.
 .
 This package contains binaries needed to use CaDiCaL as a stand-alone
 tool.

Package: libcadical-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
         ${misc:Depends},
Description: Simplified Satisfiability Solver (development files)
 CaDiCaL is a CDCL solver that is easy to understand and change, while at the
 same time not being much slower than other state-of-the-art CDCL solvers.
 .
 This package contains development files for CaDiCaL. Install it if you
 want to develop applications that use CaDiCaL's API.