XCSP Team
XCSP Team
It is possible to manage variables on the fly in certain cases for 1-dimensional array now. You need the last commited version (for the Pypi version, you need to wait...
Hi, In the last version of the code, you can do that. This is not documented yet. Here are a few examples: ``` python from pycsp3 import * x =...
This will be visible in the documentation very soon. Indeed, Version 2.1 will be published in November 2022.
Currently, you can compile and solve instances in sequence (by calling clear() between each problem). I am not sure that it is what you are looking. Please, tell us. An...
I will think about it soon and let you informed
The problems we have to solve are typically NP-complete, meaning that there does not exist any known polynomial algorithms to solve them. Since a few decades, researchers are trying to...
Thanks for the issue. Expressions have been updated (and pushed)