<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Abstract: Balanced Graph Partitions
</title>
<script language="JavaScript" type="text/JavaScript" src="../myscript.js"></script>
</head>
<body  style="font-family: Tahoma, Verdana, Arial, sans-serif;" bgcolor="#ffffff">
<script type="text/javascript">
checkBrowserWidth();
window.onresize = checkBrowserWidth;
</script>
<h3 style="color:#A94279">
Balanced Graph Partitions
</h3>

<b>Konstantin Andreev and Harald R&#228;cke</b>
<p>

  In this paper we consider the problem of <math xmlns='http://www.w3.org/1998/Math/MathML'><mo>(</mo><mi>k</mi><mo>,</mo><mi>&#x003BD;</mi><mo>)</mo></math>-balanced graph
  partitioning - dividing the vertices of a graph into <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>k</mi></math> almost equal size
  components (each of size less than <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>&#x003BD;</mi><mo>&#x022C5;</mo><mfrac><mrow><mi>n</mi></mrow><mrow><mi>k</mi></mrow></mfrac></math>) so that the
  capacity of edges between different components is minimized.  This problem is
  a natural generalization of several other problems such as minimum bisection,
  which is the <math xmlns='http://www.w3.org/1998/Math/MathML'><mo>(</mo><mn>2</mn><mo>,</mo><mn>1</mn><mo>)</mo></math>-balanced partitioning problem.  We present a bicriteria
  polynomial time approximation algorithm with an <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>O</mi><mo>(</mo><msup><mo lspace="0em" rspace="thinmathspace">log</mo> <mn>2</mn></msup><mrow><mi>n</mi></mrow><mo>)</mo></math>-approximation
  for any constant <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>&#x003BD;</mi><mo>&#x0003E;</mo><mn>1</mn></math>. For <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>&#x003BD;</mi><mo>=</mo><mn>1</mn></math> we show that no polytime approximation
  algorithm can guarantee a finite approximation ratio unless <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>P</mi><mo>=</mo><mi>NP</mi></math>. Previous
  work has only considered the <math xmlns='http://www.w3.org/1998/Math/MathML'><mo>(</mo><mi>k</mi><mo>,</mo><mi>&#x003BD;</mi><mo>)</mo></math>-balanced partitioning problem for 
  <math xmlns='http://www.w3.org/1998/Math/MathML'><mi>&#x003BD;</mi><mo>&#x02265;</mo><mn>2</mn></math>.
</p></body></html>

