Tagged Questions
0
votes
1answer
353 views
Java Constraints Library (JCL) problem: how to represent addition?
I have to solve a CSP logic problem using Java Constraints Library. For now I've managed to represent some constraints of the problem, most of them are based on "equals" and "not equals" binary ...