naxos icon indicating copy to clipboard operation
naxos copied to clipboard

A C++ Constraint Programming Library

Results 3 naxos issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted