Question: Assignment 3 Written Assignment: Constraint Satisfaction Problem The problem is to color the sections such that no two sections sharing a border have the same
Assignment
Written Assignment: Constraint Satisfaction Problem
The problem is to color the sections such that no two sections sharing a border have the same color. You are allowed to use the colors Red Green. Blue
TASK points
Draw the constraint graph for this problem..
TASK points
Assuming you are using Backtracking search to solve this problem and that you are using MRV with degree heuristic to select the variable, which variable will be selected at each level of the search tree You do not need to draw the tree. Just let me know which variable will be selected and why MRV and degree values Note: Multiple possible correct answers. You only must give one.
TASK points
Assume you assign the color 'Red' to the first variable selected in part b Show the steps involved in checking the remaining legal values for all other variables using Arc Consistency.
TASK points
Can you use the structure of the problem to make solving it more efficient?
TASK points
Give one valid solution to this problem. You just must give the solution. No need to give all the steps
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
