Question: Problem 4 - 2 0 marks The Graph - Coloring problem is defined as follows: Given an undirected graph G = ( V , E

Problem 4-20 marks
The Graph-Coloring problem is defined as follows:
Given an undirected graph G=(V,E), where V is the set of vertices and E
is the set of edges, the graph coloring problem is to assign colors to the vertices
in such a way that no two adjacent vertices have the same color.
Let:
V={v1,v2,dots,vn} be the set of vertices.
E={e1,e2,dots,em} be the set of edges.
C={c1,c2,dots,ck} be the set of colors.
The graph coloring problem can be mathematically formulated as follows:
Minimize |C|
subject to the constraint:
AAei=(va,vb)inE,c(va)c(vb)
Now take the following problem:
Suppose we want to schedule exams for n courses. The obvious require-
ment is that no student should have two exams at the same time-slot. This
corresponds to scheduling exams for the courses that have common students in
different time-slots. We want to determine the minimum number of time-slots
needed to cater to everyone. Show that this is an NP-complete problem be
reduction via Graph Coloring.
 Problem 4-20 marks The Graph-Coloring problem is defined as follows: Given

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 Databases Questions!