Skip to main content

Showing 1–9 of 9 results for author: Kamphans, T

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

    cs.DS

    Maintaining Arrays of Contiguous Objects

    Authors: Michael A. Bender, Sándor P. Fekete, Tom Kamphans, Nils Schweer

    Abstract: In this paper we consider methods for dynamically storing a set of different objects ("modules") in a physical array. Each module requires one free contiguous subinterval in order to be placed. Items are inserted or removed, resulting in a fragmented layout that makes it harder to insert further modules. It is possible to relocate modules, one at a time, to another free subinterval that is contigu… ▽ More

    Submitted 27 January, 2011; originally announced January 2011.

    Comments: 12 pages, 4 figures

    ACM Class: F.2.2

  2. arXiv:1012.5330  [pdf, ps, other

    cs.DS

    No-Break Dynamic Defragmentation of Reconfigurable Devices

    Authors: Sandor Fekete, Tom Kamphans, Nils Schweer, Christopher Tessars, Jan C. van der Veen, Josef Angermeier, Dirk Koch, Juergen Teich

    Abstract: We propose a new method for defragmenting the module layout of a reconfigurable device, enabled by a novel approach for dealing with communication needs between relocated modules and with inhomogeneities found in commonly used FPGAs. Our method is based on dynamic relocation of module positions during runtime, with only very little reconfiguration overhead; the objective is to maximize the length… ▽ More

    Submitted 7 November, 2011; v1 submitted 23 December, 2010; originally announced December 2010.

    Comments: 18 pages, 13 figures, an earlier version appeared in the proceedings of the FPL 08

    ACM Class: F.2.2; C.1.3

  3. arXiv:1012.5259  [pdf, ps, other

    cs.CG

    Optimal competitive online ray search with an error-prone robot

    Authors: Tom Kamphans, Elmar Langetepe

    Abstract: We consider the problem of finding a door along a wall with a blind robot that neither knows the distance to the door nor the direction towards of the door. This problem can be solved with the well-known doubling strategy yielding an optimal competitive factor of 9 with the assumption that the robot does not make any errors during its movements. We study the case that the robot's movement is erron… ▽ More

    Submitted 23 December, 2010; originally announced December 2010.

    Comments: 18 pages, 2 figures, short paper appeared in Proc. 4th Internat. Workshop Efficient Experim. Algorithms

    Report number: TR-003 ACM Class: F.2.2; I.3.5; I.2.9

  4. arXiv:1012.5253  [pdf, ps, other

    cs.CG cs.RO

    Exploring Simple Triangular and Hexagonal Grid Polygons Online

    Authors: Daniel Herrmann, Tom Kamphans, Elmar Langetepe

    Abstract: We investigate the online exploration problem (aka covering) of a short-sighted mobile robot moving in an unknown cellular environment with hexagons and triangles as types of cells. To explore a cell, the robot must enter it. Once inside, the robot knows which of the 3 or 6 adjacent cells exist and which are boundary edges. The robot's task is to visit every cell in the given environment and to re… ▽ More

    Submitted 23 December, 2010; originally announced December 2010.

    Comments: 37 pages, 25 figures

    Report number: TR-007 ACM Class: F.2.2; I.3.5; I.2.9

  5. arXiv:1012.5240  [pdf, ps, other

    cs.CG cs.RO

    Exploring Grid Polygons Online

    Authors: Christian Icking, Tom Kamphans, Rolf Klein, Elmar Langetepe

    Abstract: We investigate the exploration problem of a short-sighted mobile robot moving in an unknown cellular room. To explore a cell, the robot must enter it. Once inside, the robot knows which of the 4 adjacent cells exist and which are boundary edges. The robot starts from a specified cell adjacent to the room's outer wall; it visits each cell, and returns to the start. Our interest is in a short explor… ▽ More

    Submitted 23 December, 2010; originally announced December 2010.

    Comments: 49 pages, 45 figures

    Report number: TR-001 ACM Class: F.2.2; I.3.5; I.2.9

  6. arXiv:1012.5024  [pdf, other

    cs.DS

    Shortest Paths with Pairwise-Distinct Edge Labels: Finding Biochemical Pathways in Metabolic Networks

    Authors: Sandor Fekete, Tom Kamphans, Michael Stelzer

    Abstract: A problem studied in Systems Biology is how to find shortest paths in metabolic networks. Unfortunately, simple (i.e., graph theoretic) shortest paths do not properly reflect biochemical facts. An approach to overcome this issue is to use edge labels and search for paths with distinct labels. In this paper, we show that such biologically feasible shortest paths are hard to compute. Moreover, we… ▽ More

    Submitted 22 December, 2010; originally announced December 2010.

    Comments: 9 pages, 5 figures

    ACM Class: F.2.2; J.3

  7. arXiv:1010.4502  [pdf, ps, other

    cs.DS cs.CG

    Online Square Packing

    Authors: Sandor P. Fekete, Tom Kamphans, Nils Schweer

    Abstract: We analyze the problem of packing squares in an online fashion: Given a semi-infinite strip of width 1 and an unknown sequence of squares of side length in [0,1] that arrive from above, one at a time. The objective is to pack these items as they arrive, minimizing the resulting height. Just like in the classical game of Tetris, each square must be moved along a collision-free path to its final des… ▽ More

    Submitted 21 October, 2010; originally announced October 2010.

    Comments: 24 pages, 10 figures; full version of extended abstract that appeared in WADS 2009

    ACM Class: F.2.2

  8. arXiv:1009.4870  [pdf, other

    cs.DC

    Hallway Monitoring: Distributed Data Processing with Wireless Sensor Networks

    Authors: Tobias Baumgartner, Sandor P. Fekete, Tom Kamphans, Alexander Kroeller, Max Pagel

    Abstract: We present a sensor network testbed that monitors a hallway. It consists of 120 load sensors and 29 passive infrared sensors (PIRs), connected to 30 wireless sensor nodes. There are also 29 LEDs and speakers installed, operating as actuators, and enabling a direct interaction between the testbed and passers-by. Beyond that, the network is heterogeneous, consisting of three different circuit boards… ▽ More

    Submitted 24 September, 2010; originally announced September 2010.

    Comments: 12 pages, 5 figures, to appear in REALWSN'10

    ACM Class: C.2.4

  9. arXiv:1001.4493  [pdf, ps, other

    cs.AR cs.DS

    Maintaining Virtual Areas on FPGAs using Strip Packing with Delays

    Authors: Josef Angermeier, Sandor P. Fekete, Tom Kamphans, Nils Schweer, Juergen Teich

    Abstract: Every year, the computing resources available on dynamically partially reconfigurable devices increase enormously. In the near future, we expect many applications to run on a single reconfigurable device. In this paper, we present a concept for multitasking on dynamically partially reconfigurable systems called virtual area management. We explain its advantages, show its challenges, and discuss… ▽ More

    Submitted 25 January, 2010; originally announced January 2010.

    Comments: 9 pages, 10 figures, 1 table, Latex, to appear in 17th Reconfigurable Architectures Workshop (RAW 2010)

    ACM Class: C.1.3