b. Draw an abstract constraint graph with a node for each variable and an edge between two
variables if there is a constraint between them
c. Color the map using Backtracking Search with MCV heuristic.
Note: Variables and values are ordered as follows:
i.
Variables: 1, 2, 3 ... 6 (ascending order).
ii.
Values: Red, Blue, and Green.