Python-constraint

Python module for solving Constraint Solving Problems (CSPs)
Download

Python-constraint Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Gustavo Niemeyer
  • Publisher web site:
  • http://niemeyer.net/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 14 KB

Python-constraint Tags


Python-constraint Description

Python module for solving Constraint Solving Problems (CSPs) Python-constraint is a free and open source Python library that 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 , ...), and constraints (a < b, ...). Here are some key features of "Python-constraint": The following solvers are available: · Backtracking solver · Recursive backtracking solver · Minimum conflicts solver Predefined constraint types currently available: · FunctionConstraint · AllDifferentConstraint · AllEqualConstraint · ExactSumConstraint · MaxSumConstraint · MinSumConstraint · InSetConstraint · NotInSetConstraint · SomeInSetConstraint · SomeNotInSetConstraint Requirements: · Python


Python-constraint Related Software