2010
DOI: 10.1007/s10589-010-9335-5
|View full text |Cite
|
Sign up to set email alerts
|

Partitioning planar graphs: a fast combinatorial approach for max-cut

Abstract: Abstract. The max-cut problem asks for partitioning the nodes V of a graph G = (V, E) into two sets (one of which might be empty), such that the sum of weights of edges joining nodes in different partitions is maximum. Whereas for general instances the max-cut problem is NPhard, it is polynomially solvable for certain classes of graphs. For planar graphs, there exist several polynomial-time methods determining maximum cuts for arbitrary choice of edge weights. Typically, the problem is solved by computing a mi… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
30
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 18 publications
(30 citation statements)
references
References 37 publications
0
30
0
Order By: Relevance
“…Our algorithms recursively reduce a 1-planar graph to at most 3 k planar graphs, using edge removal and node contraction. Our main algorithm then solves the Max-Cut problem for the planar graphs using the FCE-MaxCut introduced by Liers and Pardella [21]. In the case of non-negative edge weights, we suggest a variant that allows to solve the planar instances with any planar Max-Cut algorithm.…”
mentioning
confidence: 99%
See 1 more Smart Citation
“…Our algorithms recursively reduce a 1-planar graph to at most 3 k planar graphs, using edge removal and node contraction. Our main algorithm then solves the Max-Cut problem for the planar graphs using the FCE-MaxCut introduced by Liers and Pardella [21]. In the case of non-negative edge weights, we suggest a variant that allows to solve the planar instances with any planar Max-Cut algorithm.…”
mentioning
confidence: 99%
“…Their algorithms can be extended to work on weighted planar graphs (e.g., Mutzel [25]). The currently fastest algorithms have been suggested by Shih et al [29] and by Liers and Pardella [21]. These results have been extended to the classes of graphs not contractible to K 5 [5] and to toroidal graphs [4,12], i.e., graphs that can be embedded on the torus.A graph is 1-planar if it can be drawn on the plane, so that every edge is crossed at most once.…”
mentioning
confidence: 99%
“…Thus it suffices to set c f = M instead of adding M to c f . Using any of the currently fastest Max-Cut algorithms for planar graphs [30,38] leads to O(|V | 3/2 log |V |) time in the above lemma. We could speed-up infeasibility detection by checking whether F contains a cycle of odd length prior to the transformation; while this only requires O(|V |) time via depth-first search, the overall asymptotic runtime for the lemma's claim does of course not improve.…”
Section: Algorithmmentioning
confidence: 99%
“…Moreover, the attained running time is polynomial for any k ∈ O(log |V |). Using the currently fastest Max-Cut algorithm for planar graphs [30,38], our algorithm yields a running time of O(2 k · (|V | + k) 3/2 log(|V | + k)).…”
Section: Corollarymentioning
confidence: 99%
See 1 more Smart Citation