CMD + K

python-constraint

Community

Python module for handling Constraint Solving Problems

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::python-constraint

Usage Tracking

1.4.0
1.3.1
1.2
3 / 8 versions selected
Downloads (Last 6 months): 0

Description

The Python constraint module offers solvers for Constraint Solving Problems (CSPs) over finite domains in simple and pure Python. CSP is class of problems which may be represented in terms of variables (a, b, ...), domains (a in [1, 2, 3], ...), and constraints (a < b, ...).

About

Summary

Python module for handling Constraint Solving Problems

Last Updated

Nov 5, 2018 at 13:13

License

BSD-2-Clause

Total Downloads

804.5K

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 1.3.1
win-32 Last supported version: 1.3.1
macOS-64 Last supported version: 1.3.1
win-64 Last supported version: 1.3.1