2. [10 points] Consider the following CSP problem with 4 variables A, B, C and D. The domain of each variable is {1, 2,
Posted: Mon May 02, 2022 12:39 pm
3. [10 points] Use domain splitting with Arc Consistency (AC) to
solve the problem. Draw the search tree
and at each node show the domain of each variable after AC is
applied.
2. [10 points] Consider the following CSP problem with 4 variables A, B, C and D. The domain of each variable is {1, 2, 3,4} and we have the following 5 constraints A>B, B < C, A+ 1 <C, CD and BD
solve the problem. Draw the search tree
and at each node show the domain of each variable after AC is
applied.
2. [10 points] Consider the following CSP problem with 4 variables A, B, C and D. The domain of each variable is {1, 2, 3,4} and we have the following 5 constraints A>B, B < C, A+ 1 <C, CD and BD