File: control

package info (click to toggle)
cadical 1.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,424 kB
  • sloc: cpp: 21,996; ansic: 1,654; sh: 1,545; makefile: 74
file content (36 lines) | stat: -rw-r--r-- 1,273 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
Source: cadical
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Scott Talbert <swt@techie.net>
Section: math
Priority: optional
Build-Depends:
  debhelper-compat (= 13),
  help2man,
Standards-Version: 4.6.1
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
Rules-Requires-Root: no

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
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.