Skip to main content

Showing 1–6 of 6 results for author: Gansner, E R

Searching in archive cs. Search in all archives.
.
  1. arXiv:1308.5218  [pdf, other

    cs.DM

    COAST: A Convex Optimization Approach to Stress-Based Embedding

    Authors: Emden R. Gansner, Yifan Hu, Shankar Krishnan

    Abstract: Visualizing graphs using virtual physical models is probably the most heavily used technique for drawing graphs in practice. There are many algorithms that are efficient and produce high-quality layouts. If one requires that the layout also respect a given set of non-uniform edge lengths, however, force-based approaches become problematic while energy-based layouts become intractable. In this pape… ▽ More

    Submitted 6 September, 2013; v1 submitted 23 August, 2013; originally announced August 2013.

  2. arXiv:1107.0901  [pdf, other

    cs.CG cs.DS

    Approximating Minimum Manhattan Networks in Higher Dimensions

    Authors: Aparna Das, Emden R. Gansner, Michael Kaufmann, Stephen Kobourov, Joachim Spoerhase, Alexander Wolff

    Abstract: We study the minimum Manhattan network problem, which is defined as follows. Given a set of points called \emph{terminals} in $\R^d$, find a minimum-length network such that each pair of terminals is connected by a set of axis-parallel line segments whose total length is equal to the pair's Manhattan (that is, $L_1$-) distance. The problem is NP-hard in 2D and there is no PTAS for 3D (unless… ▽ More

    Submitted 27 April, 2012; v1 submitted 5 July, 2011; originally announced July 2011.

  3. arXiv:1104.1482  [pdf, other

    cs.CG math.CO

    Optimal Polygonal Representation of Planar Graphs

    Authors: Christian A. Duncan, Emden R. Gansner, Yifan Hu, Michael Kaufmann, Stephen G. Kobourov

    Abstract: In this paper, we consider the problem of representing graphs by polygons whose sides touch. We show that at least six sides per polygon are necessary by constructing a class of planar graphs that cannot be represented by pentagons. We also show that the lower bound of six sides is matched by an upper bound of six sides with a linear-time algorithm for representing any planar graph by touching hex… ▽ More

    Submitted 8 April, 2011; originally announced April 2011.

    Comments: 26 pages, 14 figures. A preliminary version appeared in LATIN 2010, Oaxaca, Mexico

  4. arXiv:1001.2862  [pdf, ps, other

    cs.DM cs.DS

    On Touching Triangle Graphs

    Authors: Emden R. Gansner, Yifan Hu, Stephen G. Kobourov

    Abstract: In this paper, we consider the problem of representing graphs by triangles whose sides touch. As a simple necessary condition, we show that pairs of vertices must have a small common neighborhood. On the positive side, we present linear time algorithms for creating touching triangle representations for outerplanar graphs, square grid graphs, and hexagonal grid graphs. We note that this class of… ▽ More

    Submitted 16 January, 2010; originally announced January 2010.

    Comments: 13 pages, 9 figures, 19 references, 1 appendix

  5. arXiv:0907.2585  [pdf, other

    cs.CG

    GMap: Drawing Graphs as Maps

    Authors: Emden R. Gansner, Yifan Hu, Stephen G. Kobourov

    Abstract: Information visualization is essential in making sense out of large data sets. Often, high-dimensional data are visualized as a collection of points in 2-dimensional space through dimensionality reduction techniques. However, these traditional methods often do not capture well the underlying structural information, clustering, and neighborhoods. In this paper, we describe GMap: a practical tool… ▽ More

    Submitted 15 July, 2009; originally announced July 2009.

    Comments: 19 pages

  6. arXiv:cs/0611107  [pdf, ps, other

    cs.DS cs.DM

    Rectangular Layouts and Contact Graphs

    Authors: Adam L. Buchsbaum, Emden R. Gansner, Cecilia M. Procopiuc, Suresh Venkatasubramanian

    Abstract: Contact graphs of isothetic rectangles unify many concepts from applications including VLSI and architectural design, computational geometry, and GIS. Minimizing the area of their corresponding {\em rectangular layouts} is a key problem. We study the area-optimization problem and show that it is NP-hard to find a minimum-area rectangular layout of a given contact graph. We present O(n)-time algo… ▽ More

    Submitted 21 November, 2006; originally announced November 2006.

    Comments: 28 pages, 13 figures, 55 references, 1 appendix

    ACM Class: F.2.2; G.2.2