

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A solution to homework #2 of cot 6410, where the author shows the polynomial equivalence between the graph k-coloring problem and the disjoint clique cover problem. The author explains how to transform instances between these two problems and proves their equivalence.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


COT 6410 Homework #2. Due next Tuesday in class (June 5, 2007) Consider the following decision problem: Disjoint Clique Cover (DCC) Given: a graph G = (V, E) and an integer K. Question: Can V be partitioned into k ≤ K sets, V 1 , V 2 , …, Vk where each set forms a complete subgraph in G?
polynomial transformation to, and from, DCC. {Hint: we have seen this problem.} Solution: Use the Graph k-Colorability Problem. Graph K-Color Problem (COL) Given: a graph G and in integer k. Question: Can G be properly colored using at most k colors? "properly" means the end points of each edge in G must have a different color. COL DCC