vix.ing · top · new · best · stats · spec

Exact Elimination of Cycles in Graphs

2007/01/01 by Daniel Raible, Henning Fernau, Raible, Daniel +1
Computer Science · #Advanced Graph Theory Research #Computational Geometry and Mesh Generation #Graph Theory and Algorithms

paper · doi:10.4230/dagsemproc.07281.6

Abstract

One of the standard basic steps in drawing hierarchical graphs is to invert some arcs of the given graph to make the graph acyclic. We discuss exact and parameterized algorithms for this problem. In particular we examine a graph class called (1,n)-graphs, which contains cubic graphs. For both exact and parameterized algorithms we use a non-standard measure approach for the analysis. The analysis of the parameterized algorithm is of special interest, as it is not an amortized analysis modelled by 'finite states' but rather a 'top-down' amortized analysis. For (1,n)-graphs we achieve a running time of Oh^*(1.1871m) and Oh^*(1.212k), for cubic graphs Oh^*(1.1798m) and Oh^*(1.201k), respectively. As a by-product the trivial bound of 2n for sc Feedback Vertex Set on planar directed graphs is broken.

Citations

Related