xoolive / facile

Python constraint programming library

Home Page:http://facile.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python constraint programming library

OCaml Facile library is an excellent tool for solving constraint programming problems in OCaml. Facile stands for "Functional Constraint Library". Besides, "facile" means "easy" in French!

This code is a Cython-based wrapping in Python of basic functionalities of this library.

The documentation (installation, quickstart and examples) has been moved to readthedocs.org.

Things left to do

  • Find a way to better parametrize the resolution process (heuristics, variable choice order, etc.)
  • Study the feasibility of building your own constraints in pure Python.

About

Python constraint programming library

http://facile.readthedocs.io/

License:GNU Lesser General Public License v3.0


Languages

Language:OCaml 69.4%Language:Cython 14.1%Language:Python 10.5%Language:C 4.3%Language:Makefile 1.6%