About Anaconda Help Download Anaconda

conda-forge / packages / python-constraint 1.4.0

Python module for handling Constraint Solving Problems

Installers

Info: This package contains files in non-standard labels.
  • win-64 v1.3.1
  • linux-64 v1.3.1
  • noarch v1.4.0
  • win-32 v1.3.1
  • osx-64 v1.3.1

conda install

To install this package run one of the following:
conda install conda-forge::python-constraint
conda install conda-forge/label/cf201901::python-constraint
conda install conda-forge/label/cf202003::python-constraint
conda install conda-forge/label/gcc7::python-constraint

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


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy