Question: Question 2 : Constraint satisfaction problems - 5 % QUESTION 2 a - 2 % Note: The colors in this question are just

Question 2: Constraint satisfaction problems-5\%
QUESTION 2a -2\%
Note: The colors in this question are just drawn for better visual representation. In your answers, you can ignore drawing and filling the rows with different colors and simply indicate them with the letters R, G or B.
Consider the color mapping problem we covered in the class, where we discussed the map of Australia. We defined our implicit constraint that the adjacent states must have different color:
(2\%) Draw constraint graph of Australia map coloring problem given the above map and the implicit constraint. Write down at least 5 implicit constraints for this problem: QUESTION 2B -3\%
(2\%) You are asked to make color assignments to a few states, then apply Forward checking after each assignment and rewrite the domain for each of the affected variable (i.e., the states connected to the one that is assigned the color). As the first step, the calculation is shown below:
NT = green. Apply Forward checking to get the updated domains for each of the variables. The domains should look like below:
NSW = Blue (while keeping NT = Green). Apply Forward checking to get the updated domains for each of the variables. Show the domains either the list of colors for each variable or insert the table here with colors mentioned as R, G, or B after applying this step:
WA = Red. Apply Forward checking to get the updated domains for each of the variables. Same as above
Do you see any contradiction or issue with the above assignment? If yes, then write maximum of 3 sentences about the issue: QUESTION 2C -1.5\%
(2\%) Assume we made the assignment NT = Blue. Which of the following Arcs are consistent? For each of the arcs, determine if it is consistent and if not then report for each tail which values should be deleted. You redraw the table for each of the three rows below and either cross the color.
Question 2 : Constraint satisfaction problems - 5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!