Tagged Questions
0
votes
1answer
90 views
Need Help In Solving A Constraint Problem (2nd)
I have solved the following constraint processing task. Can you please verify if it is correct?
One of the prisoners of a high-level security prison sees a way to escape. Almost
free, he reaches a ...
0
votes
0answers
111 views
Sets of equalities and inequalities constraint satisfiability problem
I am relatively new to CSPs and I am trying to find the value of all the variables from their respective domains, based on ==, >, < and != constraints imposed between the variables.
I looked at ...
0
votes
1answer
337 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 ...