19,712 research outputs found

    Drawing graphs with vertices and edges in convex position

    Get PDF
    A graph has strong convex dimension 22, if it admits a straight-line drawing in the plane such that its vertices are in convex position and the midpoints of its edges are also in convex position. Halman, Onn, and Rothblum conjectured that graphs of strong convex dimension 22 are planar and therefore have at most 3n−63n-6 edges. We prove that all such graphs have at most 2n−32n-3 edges while on the other hand we present a class of non-planar graphs of strong convex dimension 22. We also give lower bounds on the maximum number of edges a graph of strong convex dimension 22 can have and discuss variants of this graph class. We apply our results to questions about large convexly independent sets in Minkowski sums of planar point sets, that have been of interest in recent years.Comment: 15 pages, 12 figures, improved expositio

    Inapproximability of the independent set polynomial in the complex plane

    Full text link
    We study the complexity of approximating the independent set polynomial ZG(λ)Z_G(\lambda) of a graph GG with maximum degree Δ\Delta when the activity λ\lambda is a complex number. This problem is already well understood when λ\lambda is real using connections to the Δ\Delta-regular tree TT. The key concept in that case is the "occupation ratio" of the tree TT. This ratio is the contribution to ZT(λ)Z_T(\lambda) from independent sets containing the root of the tree, divided by ZT(λ)Z_T(\lambda) itself. If λ\lambda is such that the occupation ratio converges to a limit, as the height of TT grows, then there is an FPTAS for approximating ZG(λ)Z_G(\lambda) on a graph GG with maximum degree Δ\Delta. Otherwise, the approximation problem is NP-hard. Unsurprisingly, the case where λ\lambda is complex is more challenging. Peters and Regts identified the complex values of λ\lambda for which the occupation ratio of the Δ\Delta-regular tree converges. These values carve a cardioid-shaped region ΛΔ\Lambda_\Delta in the complex plane. Motivated by the picture in the real case, they asked whether ΛΔ\Lambda_\Delta marks the true approximability threshold for general complex values λ\lambda. Our main result shows that for every λ\lambda outside of ΛΔ\Lambda_\Delta, the problem of approximating ZG(λ)Z_G(\lambda) on graphs GG with maximum degree at most Δ\Delta is indeed NP-hard. In fact, when λ\lambda is outside of ΛΔ\Lambda_\Delta and is not a positive real number, we give the stronger result that approximating ZG(λ)Z_G(\lambda) is actually #P-hard. If λ\lambda is a negative real number outside of ΛΔ\Lambda_\Delta, we show that it is #P-hard to even decide whether ZG(λ)>0Z_G(\lambda)>0, resolving in the affirmative a conjecture of Harvey, Srivastava and Vondrak. Our proof techniques are based around tools from complex analysis - specifically the study of iterative multivariate rational maps

    Maximum Scatter TSP in Doubling Metrics

    Full text link
    We study the problem of finding a tour of nn points in which every edge is long. More precisely, we wish to find a tour that visits every point exactly once, maximizing the length of the shortest edge in the tour. The problem is known as Maximum Scatter TSP, and was introduced by Arkin et al. (SODA 1997), motivated by applications in manufacturing and medical imaging. Arkin et al. gave a 0.50.5-approximation for the metric version of the problem and showed that this is the best possible ratio achievable in polynomial time (assuming P≠NPP \neq NP). Arkin et al. raised the question of whether a better approximation ratio can be obtained in the Euclidean plane. We answer this question in the affirmative in a more general setting, by giving a (1−ϔ)(1-\epsilon)-approximation algorithm for dd-dimensional doubling metrics, with running time O~(n3+2O(Klog⁥K))\tilde{O}\big(n^3 + 2^{O(K \log K)}\big), where K≀(13Ï”)dK \leq \left( \frac{13}{\epsilon} \right)^d. As a corollary we obtain (i) an efficient polynomial-time approximation scheme (EPTAS) for all constant dimensions dd, (ii) a polynomial-time approximation scheme (PTAS) for dimension d=log⁥log⁥n/cd = \log\log{n}/c, for a sufficiently large constant cc, and (iii) a PTAS for constant dd and Ï”=Ω(1/log⁥log⁥n)\epsilon = \Omega(1/\log\log{n}). Furthermore, we show the dependence on dd in our approximation scheme to be essentially optimal, unless Satisfiability can be solved in subexponential time

    Spontaneous magnetisation in the plane

    Full text link
    The Arak process is a solvable stochastic process which generates coloured patterns in the plane. Patterns are made up of a variable number of random non-intersecting polygons. We show that the distribution of Arak process states is the Gibbs distribution of its states in thermodynamic equilibrium in the grand canonical ensemble. The sequence of Gibbs distributions form a new model parameterised by temperature. We prove that there is a phase transition in this model, for some non-zero temperature. We illustrate this conclusion with simulation results. We measure the critical exponents of this off-lattice model and find they are consistent with those of the Ising model in two dimensions.Comment: 23 pages numbered -1,0...21, 8 figure

    A QPTAS for Maximum Weight Independent Set of Polygons with Polylogarithmically Many Vertices

    Full text link
    The Maximum Weight Independent Set of Polygons problem is a fundamental problem in computational geometry. Given a set of weighted polygons in the 2-dimensional plane, the goal is to find a set of pairwise non-overlapping polygons with maximum total weight. Due to its wide range of applications, the MWISP problem and its special cases have been extensively studied both in the approximation algorithms and the computational geometry community. Despite a lot of research, its general case is not well-understood. Currently the best known polynomial time algorithm achieves an approximation ratio of n^(epsilon) [Fox and Pach, SODA 2011], and it is not even clear whether the problem is APX-hard. We present a (1+epsilon)-approximation algorithm, assuming that each polygon in the input has at most a polylogarithmic number of vertices. Our algorithm has quasi-polynomial running time. We use a recently introduced framework for approximating maximum weight independent set in geometric intersection graphs. The framework has been used to construct a QPTAS in the much simpler case of axis-parallel rectangles. We extend it in two ways, to adapt it to our much more general setting. First, we show that its technical core can be reduced to the case when all input polygons are triangles. Secondly, we replace its key technical ingredient which is a method to partition the plane using only few edges such that the objects stemming from the optimal solution are evenly distributed among the resulting faces and each object is intersected only a few times. Our new procedure for this task is not more complex than the original one, and it can handle the arising difficulties due to the arbitrary angles of the polygons. Note that already this obstacle makes the known analysis for the above framework fail. Also, in general it is not well understood how to handle this difficulty by efficient approximation algorithms

    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
    • 

    corecore