Exact and approximate link scheduling algorithms under the physical interference model

  • Authors:
  • Qiang-Sheng Hua;Francis C.M. Lau

  • Affiliations:
  • The University of Hong Kong, Hong Kong, Hong Kong;The University of Hong Kong, Hong Kong, Hong Kong

  • Venue:
  • Proceedings of the fifth international workshop on Foundations of mobile computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given n arbitrarily distributed single-hop wireless links, using the physical interference model, the objective is to minimize the scheduling length. This is an open problem (Problem 1) proposed by Locher et al. [21]. In this paper, we solve this open problem at the cost of moderately exponential time. Specifically, this paper gives two classes of exact and approximate link scheduling algorithms, one based on the somewhat straightforward link independent set covering, and the other on counting the number of set covers. Let p(n) denote the time of checking whether the spectral radius of an irreducible non-negative matrix is smaller than 1 or not, then the time complexity for the set covering based exact algorithm is O(2C(n,n/2)), whereas the proposed counting based exact scheduling algorithm called ESA_MLSAT needs only time O(3n*n*(logn)2*p(n)) with polynomial space. If exponential space is allowed, the time complexity can be further reduced to O(2n*n*(logn)2*p(n)). The time complexity for the set covering based approximate algorithm is O(C(n,n/2)*logn*p(n)) with approximation ratio O(logn). The time complexity of the first counting based approximation algorithm is O(n2*polylog(n)) with approximation ratio O(n/logn), the time complexity of the second counting based approximation algorithm is O(n(1+log3*(logn)(k-1))*polylog(n)) with approximation ratio O(n/(logn)k), and the time complexity of the third counting based approximate algorithm is O((C(n,n/2)+3(e(-epsilon)*n)*n*logn)*logn*p(n)) with approximation ratio ceiling function of (1+epsilon). All these approximation algorithms use polynomial space.