The Algebraic Path Problem Revisited

  • Authors:
  • Sanjay V. Rajopadhye;Claude Tadonki;Tanguy Risset

  • Affiliations:
  • -;-;-

  • Venue:
  • Euro-Par '99 Proceedings of the 5th International Euro-Par Conference on Parallel Processing
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

We derive an efficient linear SIMD architecture for the algebraic path problem (APP). For a graph with n nodes, our array has n processors, each with 3n memory cells, and computes the result in 3n2 - 2n steps. Our array is ideally suited for VLSI, since the controls is simple and the memory can be implemented as fifos. I/O is straightforward, since the array is linear. It can be trivially adapted to run in multiple passes, and moreover, this version improves the work efficiency. For any constant 驴, the running time on n/驴 processors is no more than (驴+2)n2. The work is no more than (1+ 2/驴)n3 and can be made as close to n3 as desired by increasing 驴.