Possibilities to Solve the Clique Problem by Thread Parallelism using Task Pools

  • Authors:
  • Holger Blaar;Thomas Lange;Renate Winter;Marcel Karnstedt

  • Affiliations:
  • Martin-Luther-Universität Halle-Wittenberg, Germany;Martin-Luther-Universität Halle-Wittenberg, Germany;Martin-Luther-Universität Halle-Wittenberg, Germany;Technische Universität Ilmenau, Germany

  • Venue:
  • IPDPS '05 Proceedings of the 19th IEEE International Parallel and Distributed Processing Symposium (IPDPS'05) - Workshop 5 - Volume 06
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We construct parallel algorithms with implementations to solve the clique problem in practice and research their computing time compared with sequential algorithms. The parallel algorithms are implemented in Java using threads. Best efficiency is achieved by solving the problem of task scheduling by using task pools.