pycsp3
pycsp3 copied to clipboard
A Python Library for modeling combinatorial constrained problems
Hello, I want to build a CSP where I don't know in advance how many variables I need. It seems like this library is using the identifier name as the...
# Some typos in the online documentation http://pycsp.org ## [- PyCSP3 documentation](http://www.pycsp.org) - [x] Le titre de la page est la forme ‘- PyCSP3 documentation’ : manque-t-il un ‘Homepage’ ?...
Hi team, Thank you so much for creating this library, do guys know what are some possible way to speed up the solver() and satisfy()? I followed the tutorial with...
Right now when working with PyCSP3, you create _one_ model in a script, which is then compiled to XCSP3 when executed. I would much rather have the option to script...
After removing any *.pyc file from the repository so that Python is forced to parse everything again, Python 3.12.4 displays some warnings about suspicious use of escape sequences in some...