File: control

package info (click to toggle)
logilab-constraint 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: python: 2,762; xml: 165; makefile: 20
file content (22 lines) | stat: -rw-r--r-- 1,049 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
Source: logilab-constraint
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends-Indep: dh-python, python3, python3-setuptools
Build-Depends: debhelper-compat (= 11)
XS-Python-Version: all
Standards-Version: 4.4.0
Homepage: http://www.logilab.org/project/logilab-constraint
Vcs-Git: https://salsa.debian.org/python-team/modules/logilab-constraint.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/logilab-constraint

Package: python3-logilab-constraint
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-logilab-common (>= 0.63.2)
Description: constraints satisfaction solver in Python - Python 3
 Extensible constraint satisfaction problem solver written in pure
 Python, using constraint propagation algorithms. The
 logilab.constraint module provides finite domains with arbitrary
 values, finite interval domains, and constraints which can be applied
 to variables linked to these domains.