A multiprocessor based heuristic for multi-dimensional multiple-choice knapsack problem

  • Authors:
  • Abu Zafar Shahriar;M. Mostofa Akbar;M. Sohel Rahman;Muhammad Abdul Newton

  • Affiliations:
  • School of Computer Science, University of Oklahoma, Norman, USA;Department of CSE, BUET, Dhaka, Bangladesh 1000 and PANDA LAB, Department of CSC and ECE, University of Victoria, Victoria, Canada;Department of CSE, BUET, Dhaka, Bangladesh 1000 and Department of Computer Science, King's College, University of London, London, UK;Department of CSE, BUET, Dhaka, Bangladesh 1000 and Department of Computer and Information Sciences, University of Strathclyde, Glasgow, UK

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2008

Quantified Score

Hi-index 0.01

Visualization

Abstract

This paper presents a multiprocessor based heuristic algorithm for the Multi-dimensional Multiple Choice Knapsack Problem (MMKP). MMKP is a variant of the classical 0---1 knapsack problem, where items having a value and a number of resource requirements are divided into groups. Exactly one item has to be picked up from each group to achieve a maximum total value without exceeding the resource constraint of each type. MMKP has many real world applications including admission control in adaptive multimedia server system. Exact solution to this problem is NP-Hard, and hence is not feasible for real time applications like admission control. Therefore, heuristic solutions have been developed to solve the MMKP. M-HEU is one such heuristic, which solves the MMKP achieving a reasonable percentage of optimality. In this paper, we present a multiprocessor algorithm based on M-HEU, which runs in O(T/p+s(p)) time, where T is the time required by the algorithm using single processor, p is the number of processors and s(p), a function of p, is the synchronization overhead. We also present the worst-case analysis of our algorithm, the computation of the optimal number of processors as well as the lower bound of the total value that can be achieved by the heuristic.