85 research outputs found

    Degree-3 Treewidth Sparsifiers

    Full text link
    We study treewidth sparsifiers. Informally, given a graph GG of treewidth kk, a treewidth sparsifier HH is a minor of GG, whose treewidth is close to kk, ∣V(H)∣|V(H)| is small, and the maximum vertex degree in HH is bounded. Treewidth sparsifiers of degree 33 are of particular interest, as routing on node-disjoint paths, and computing minors seems easier in sub-cubic graphs than in general graphs. In this paper we describe an algorithm that, given a graph GG of treewidth kk, computes a topological minor HH of GG such that (i) the treewidth of HH is Ξ©(k/polylog(k))\Omega(k/\text{polylog}(k)); (ii) ∣V(H)∣=O(k4)|V(H)| = O(k^4); and (iii) the maximum vertex degree in HH is 33. The running time of the algorithm is polynomial in ∣V(G)∣|V(G)| and kk. Our result is in contrast to the known fact that unless NPβŠ†coNP/polyNP \subseteq coNP/{\sf poly}, treewidth does not admit polynomial-size kernels. One of our key technical tools, which is of independent interest, is a construction of a small minor that preserves node-disjoint routability between two pairs of vertex subsets. This is closely related to the open question of computing small good-quality vertex-cut sparsifiers that are also minors of the original graph.Comment: Extended abstract to appear in Proceedings of ACM-SIAM SODA 201

    An Algorithm for the Graph Crossing Number Problem

    Full text link
    We study the Minimum Crossing Number problem: given an nn-vertex graph GG, the goal is to find a drawing of GG in the plane with minimum number of edge crossings. This is one of the central problems in topological graph theory, that has been studied extensively over the past three decades. The first non-trivial efficient algorithm for the problem, due to Leighton and Rao, achieved an O(nlog⁑4n)O(n\log^4n)-approximation for bounded degree graphs. This algorithm has since been improved by poly-logarithmic factors, with the best current approximation ratio standing on O(n \poly(d) \log^{3/2}n) for graphs with maximum degree dd. In contrast, only APX-hardness is known on the negative side. In this paper we present an efficient randomized algorithm to find a drawing of any nn-vertex graph GG in the plane with O(OPT^{10}\cdot \poly(d \log n)) crossings, where OPTOPT is the number of crossings in the optimal solution, and dd is the maximum vertex degree in GG. This result implies an \tilde{O}(n^{9/10} \poly(d))-approximation for Minimum Crossing Number, thus breaking the long-standing O~(n)\tilde{O}(n)-approximation barrier for bounded-degree graphs

    Improved Bounds for the Flat Wall Theorem

    Full text link
    The Flat Wall Theorem of Robertson and Seymour states that there is some function ff, such that for all integers w,t>1w,t>1, every graph GG containing a wall of size f(w,t)f(w,t), must contain either (i) a KtK_t-minor; or (ii) a small subset AβŠ‚V(G)A\subset V(G) of vertices, and a flat wall of size ww in Gβˆ–AG\setminus A. Kawarabayashi, Thomas and Wollan recently showed a self-contained proof of this theorem with the following two sets of parameters: (1) f(w,t)=Θ(t24(t2+w))f(w,t)=\Theta(t^{24}(t^2+w)) with ∣A∣=O(t24)|A|=O(t^{24}), and (2) f(w,t)=w2Θ(t24)f(w,t)=w^{2^{\Theta(t^{24})}} with ∣Aβˆ£β‰€tβˆ’5|A|\leq t-5. The latter result gives the best possible bound on ∣A∣|A|. In this paper we improve their bounds to f(w,t)=Θ(t(t+w))f(w,t)=\Theta(t(t+w)) with ∣Aβˆ£β‰€tβˆ’5|A|\leq t-5. For the special case where the maximum vertex degree in GG is bounded by DD, we show that, if GG contains a wall of size Ξ©(Dt(t+w))\Omega(Dt(t+w)), then either GG contains a KtK_t-minor, or there is a flat wall of size ww in GG. This setting naturally arises in algorithms for the Edge-Disjoint Paths problem, with D≀4D\leq 4. Like the proof of Kawarabayashi et al., our proof is self-contained, except for using a well-known theorem on routing pairs of disjoint paths. We also provide efficient algorithms that return either a model of the KtK_t-minor, or a vertex set AA and a flat wall of size ww in Gβˆ–AG\setminus A. We complement our result for the low-degree scenario by proving an almost matching lower bound: namely, for all integers w,t>1w,t>1, there is a graph GG, containing a wall of size Ξ©(wt)\Omega(wt), such that the maximum vertex degree in GG is 5, and GG contains no flat wall of size ww, and no KtK_t-minor

    On Graph Crossing Number and Edge Planarization

    Full text link
    Given an n-vertex graph G, a drawing of G in the plane is a mapping of its vertices into points of the plane, and its edges into continuous curves, connecting the images of their endpoints. A crossing in such a drawing is a point where two such curves intersect. In the Minimum Crossing Number problem, the goal is to find a drawing of G with minimum number of crossings. The value of the optimal solution, denoted by OPT, is called the graph's crossing number. This is a very basic problem in topological graph theory, that has received a significant amount of attention, but is still poorly understood algorithmically. The best currently known efficient algorithm produces drawings with O(log⁑2n)(n+OPT)O(\log^2 n)(n + OPT) crossings on bounded-degree graphs, while only a constant factor hardness of approximation is known. A closely related problem is Minimum Edge Planarization, in which the goal is to remove a minimum-cardinality subset of edges from G, such that the remaining graph is planar. Our main technical result establishes the following connection between the two problems: if we are given a solution of cost k to the Minimum Edge Planarization problem on graph G, then we can efficiently find a drawing of G with at most \poly(d)\cdot k\cdot (k+OPT) crossings, where dd is the maximum degree in G. This result implies an O(n\cdot \poly(d)\cdot \log^{3/2}n)-approximation for Minimum Crossing Number, as well as improved algorithms for special cases of the problem, such as, for example, k-apex and bounded-genus graphs
    • …
    corecore