MathOverflow will be down for maintenance for approximately 3 hours, starting Monday evening (06/24/2013) at approximately 9:00 PM Eastern time (UTC-4).
-1

The problem is defined here but for completeness I'm copying it below:

Given a graph $G=(V,E)$ and a weight function $w: E \rightarrow N$, find a k-partition (coloring) of vertices such that the total weight of the monochromatic edges (i.e. those that connect same-color vertices) is minimized:

$min \sum_{(v_1, v_2)\in E , c(v_1)=c(v_2)} w(v_1, v_2)$

where $c$ denotes a k-partitioning or k-coloring, $c: V \rightarrow [1 \dots k]$

My question: Is this problem NP-complete or NP-hard? and any references for this problem?

flag
3 
Isn't this just a straightforward generalization of k-coloring, since (when all weights are positive) the easiest way to minimize the weight of the monochromatic edges is to avoid having any of them? – David Eppstein Apr 9 2010 at 6:30

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.