Skip to main content

Showing 1–15 of 15 results for author: Köhler, E

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

    cs.DM cs.CC cs.DS math.CO

    Graph Search Trees and the Intermezzo Problem

    Authors: Jesse Beisegel, Ekkehard Köhler, Fabienne Ratajczak, Robert Scheffler, Martin Strehler

    Abstract: The last in-tree recognition problem asks whether a given spanning tree can be derived by connecting each vertex with its rightmost left neighbor of some search ordering. In this study, we demonstrate that the last-in-tree recognition problem for Generic Search is $\mathsf{NP}$-complete. We utilize this finding to strengthen a complexity result from order theory. Given partial order $π$ and a set… ▽ More

    Submitted 29 April, 2024; originally announced April 2024.

  2. arXiv:2404.10670  [pdf, other

    cs.DM cs.CC cs.DS math.CO

    The Simultaneous Interval Number: A New Width Parameter that Measures the Similarity to Interval Graphs

    Authors: Jesse Beisegel, Nina Chiarelli, Ekkehard Köhler, Martin Milanič, Peter Muršič, Robert Scheffler

    Abstract: We propose a novel way of generalizing the class of interval graphs, via a graph width parameter called the simultaneous interval number. This parameter is related to the simultaneous representation problem for interval graphs and defined as the smallest number $d$ of labels such that the graph admits a $d$-simultaneous interval representation, that is, an assignment of intervals and label sets to… ▽ More

    Submitted 16 April, 2024; originally announced April 2024.

    Comments: full version of an extended abstract to be published in the Proceedings of the 19th Scandinavian Symposium on Algorithm Theory, SWAT 2024 in Helsinki

  3. Linear Time LexDFS on Chordal Graphs

    Authors: Jesse Beisegel, Ekkehard Köhler, Robert Scheffler, Martin Strehler

    Abstract: Lexicographic Depth First Search (LexDFS) is a special variant of a Depth First Search (DFS), which was introduced by Corneil and Krueger in 2008. While this search has been used in various applications, in contrast to other graph searches, no general linear time implementation is known to date. In 2014, Köhler and Mouatadid achieved linear running time to compute some special LexDFS orders for co… ▽ More

    Submitted 7 May, 2020; originally announced May 2020.

    Journal ref: 28th Annual European Symposium on Algorithms (ESA 2020). LIPIcs vol. 173, 2020, p. 13:1-13:13

  4. arXiv:1811.09249  [pdf, ps, other

    cs.DM

    Recognizing Graph Search Trees

    Authors: Jesse Beisegel, Carolin Denkert, Ekkehard Köhler, Matjaž Krnc, Nevena Pivač, Robert Scheffler, Martin Strehler

    Abstract: Graph searches and the corresponding search trees can exhibit important structural properties and are used in various graph algorithms. The problem of deciding whether a given spanning tree of a graph is a search tree of a particular search on this graph was introduced by Hagerup and Nowak in 1985, and independently by Korach and Ostfeld in 1989 where the authors showed that this problem is effici… ▽ More

    Submitted 26 November, 2018; v1 submitted 22 November, 2018; originally announced November 2018.

  5. arXiv:1811.04967  [pdf, other

    cs.DB

    The Impact of Timestamp Granularity in Optimistic Concurrency Control

    Authors: Yihe Huang, Hao Bai, Eddie Kohler, Barbara Liskov, Liuba Shrira

    Abstract: Optimistic concurrency control (OCC) can exploit the strengths of parallel hardware to provide excellent performance for uncontended transactions, and is popular in high-performance in-memory databases and transactional systems. But at high contention levels, OCC is susceptible to frequent aborts, leading to wasted work and degraded performance. Contention managers, mixed optimistic/pessimistic co… ▽ More

    Submitted 12 November, 2018; originally announced November 2018.

  6. On the End-Vertex Problem of Graph Searches

    Authors: Jesse Beisegel, Carolin Denkert, Ekkehard Köhler, Matjaž Krnc, Nevena Pivač, Robert Scheffler, Martin Strehler

    Abstract: End vertices of graph searches can exhibit strong structural properties and are crucial for many graph algorithms. The problem of deciding whether a given vertex of a graph is an end-vertex of a particular search was first introduced by Corneil, Köhler and Lanlignel in 2010. There they showed that this problem is in fact NP-complete for LBFS on weakly chordal graphs. A similar result for BFS was o… ▽ More

    Submitted 5 June, 2019; v1 submitted 29 October, 2018; originally announced October 2018.

    Journal ref: Discrete Mathematics & Theoretical Computer Science, vol. 21 no. 1, ICGT 2018 (June 13, 2019) dmtcs:4937

  7. arXiv:1809.09550  [pdf, ps, other

    cs.DC cs.LO

    A Revised and Verified Proof of the Scalable Commutativity Rule

    Authors: Lillian Tsai, Eddie Kohler, M. Frans Kaashoek, Nickolai Zeldovich

    Abstract: This paper explains a flaw in the published proof of the Scalable Commutativity Rule (SCR), presents a revised and formally verified proof of the SCR in the Coq proof assistant, and discusses the insights and open questions raised from our experience proving the SCR.

    Submitted 23 September, 2018; originally announced September 2018.

    Comments: 9 pages, 4 figures

  8. arXiv:1509.08709  [pdf, other

    cs.DM

    Traffic signal optimization: combining static and dynamic models

    Authors: Ekkehard Köhler, Martin Strehler

    Abstract: In this paper, we present a cyclically time-expanded network model for simultaneous optimization of traffic assignment and traffic signal parameters, in particular offsets, split times, and phase orders. Since travel times are of great importance for develo** realistic solutions for traffic assignment and traffic signal coordination in urban road networks, we perform an extensive analysis of the… ▽ More

    Submitted 29 September, 2015; originally announced September 2015.

  9. arXiv:1409.8389  [pdf, ps, other

    cs.DS

    Line-distortion, Bandwidth and Path-length of a graph

    Authors: Feodor F. Dragan, Ekkehard Köhler, Arne Leitert

    Abstract: We investigate the minimum line-distortion and the minimum bandwidth problems on unweighted graphs and their relations with the minimum length of a Robertson-Seymour's path-decomposition. The length of a path-decomposition of a graph is the largest diameter of a bag in the decomposition. The path-length of a graph is the minimum length over all its path-decompositions. In particular, we show: -… ▽ More

    Submitted 30 September, 2014; originally announced September 2014.

  10. arXiv:1404.5996  [pdf, ps, other

    cs.DS

    Linear Time LexDFS on Cocomparability Graphs

    Authors: Ekkehard Köhler, Lalla Mouatadid

    Abstract: Lexicographic depth first search (LexDFS) is a graph search protocol which has already proved to be a powerful tool on cocomparability graphs. Cocomparability graphs have been well studied by investigating their complements (comparability graphs) and their corresponding posets. Recently however LexDFS has led to a number of elegant polynomial and near linear time algorithms on cocomparability grap… ▽ More

    Submitted 23 April, 2014; originally announced April 2014.

  11. Near-Optimal Radio Use For Wireless Network Synchronization

    Authors: Milan Bradonjic, Eddie Kohler, Rafail Ostrovsky

    Abstract: We consider the model of communication where wireless devices can either switch their radios off to save energy, or switch their radios on and engage in communication. We distill a clean theoretical formulation of this problem of minimizing radio use and present near-optimal solutions. Our base model ignores issues of communication interference, although we also extend the model to handle this req… ▽ More

    Submitted 13 February, 2012; v1 submitted 9 October, 2008; originally announced October 2008.

    Comments: 23 pages

  12. arXiv:0802.1015  [pdf, ps, other

    cs.NI

    Small Is Not Always Beautiful

    Authors: Pawel Marciniak, Nikitas Liogkas, Arnaud Legout, Eddie Kohler

    Abstract: Peer-to-peer content distribution systems have been enjoying great popularity, and are now gaining momentum as a means of disseminating video streams over the Internet. In many of these protocols, including the popular BitTorrent, content is split into mostly fixed-size pieces, allowing a client to download data from many peers simultaneously. This makes piece size potentially critical for perfo… ▽ More

    Submitted 7 February, 2008; originally announced February 2008.

    Journal ref: Dans IPTPS'2008 (2008)

  13. arXiv:cs/0703107  [pdf, ps, other

    cs.NI

    Clustering and Sharing Incentives in BitTorrent Systems

    Authors: Arnaud Legout, Nikitas Liogkas, Eddie Kohler, Lixia Zhang

    Abstract: Peer-to-peer protocols play an increasingly instrumental role in Internet content distribution. It is therefore important to gain a complete understanding of how these protocols behave in practice and how their operating parameters affect overall system performance. This paper presents the first detailed experimental investigation of the peer selection strategy in the popular BitTorrent protocol… ▽ More

    Submitted 29 March, 2007; v1 submitted 22 March, 2007; originally announced March 2007.

    Comments: This article is the author version of a paper accepted at ACM SIGMETRICS'2007. In particular, this paper is different from the technical report inria-00112066, version 1 - 21 November 2006. The technical report inria-00112066, version 1 - 21 November 2006 is a extended version of this paper (same title and authors, but different content) Version 2 is the same content as version 1, but with a different class in order to match the camera ready format for SIGMETRICS

    Journal ref: Dans ACM SIGMETRICS'2007 (2007)

  14. arXiv:cs/0611105  [pdf, ps, other

    cs.NI

    Clustering and Sharing Incentives in BitTorrent Systems

    Authors: Arnaud Legout, Nikitas Liogkas, Eddie Kohler, Lixia Zhang

    Abstract: Peer-to-peer protocols play an increasingly instrumental role in Internet content distribution. Consequently, it is important to gain a full understanding of how these protocols behave in practice and how their parameters impact overall performance. We present the first experimental investigation of the peer selection strategy of the popular BitTorrent protocol in an instrumented private torrent… ▽ More

    Submitted 21 November, 2006; originally announced November 2006.

  15. arXiv:cs/0308006  [pdf, ps, other

    cs.DS cs.DM

    Higher-Dimensional Packing with Order Constraints

    Authors: Sandor P. Fekete, Ekkehard Koehler, Juergen Teich

    Abstract: We present a first exact study on higher-dimensional packing problems with order constraints. Problems of this type occur naturally in applications such as logistics or computer architecture and can be interpreted as higher-dimensional generalizations of scheduling problems. Using graph-theoretic structures to describe feasible solutions, we develop a novel exact branch-and-bound algorithm. This… ▽ More

    Submitted 27 July, 2005; v1 submitted 4 August, 2003; originally announced August 2003.

    Comments: 23 pages, 14 figures, 5 tables, Latex; revision clarifies various minor points, fixes typos, etc. To appear in SIAM Journal on Discrete Mathematics

    ACM Class: F.2.2