naxos
naxos copied to clipboard
A C++ Constraint Programming Library
The job for the `apps/XCSP3` folder needs `g++-7` but this is installed after the compilation stage.
Hello, I have a Problem with a lot of redundant constraints. I'm wondering if there's a way to determine which constraints were or weren't used in finding the solution (if...
Is there a way to check if a particular constraint has been added to the problem manager before calling `nextSolution`? For example, check if the constraints `var == 1` has...