An enhanced beam search algorithm for the Shortest Common Supersequence Problem

  • Authors:
  • Sayyed Rasoul Mousavi;Fateme Bahri;Farzaneh Sadat Tabataba

  • Affiliations:
  • Department of Electrical and Computer Engineering, Isfahan University of Technology, Isfahan 84156-83111, Iran;Department of Electrical and Computer Engineering, Isfahan University of Technology, Isfahan 84156-83111, Iran;Department of Electrical and Computer Engineering, Isfahan University of Technology, Isfahan 84156-83111, Iran

  • Venue:
  • Engineering Applications of Artificial Intelligence
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Shortest Common Supersequence Problem asks to obtain a shortest string that is a supersequence of every member of a given set of strings. It has applications, among others, in data compression and oligonucleotide microarray production. The problem is NP-hard, and the existing exact solutions are impractical for large instances. In this paper, a new beam search algorithm is proposed for the problem, which employs a probabilistic heuristic and uses the dominance property to further prune the search space. The proposed algorithm is compared with three recent algorithms proposed for the problem on both random and biological sequences, outperforming them all by quickly providing solutions of higher average quality in all the experimental cases. The Java source and binary files of the proposed IBS_SCS algorithm and our implementation of the DR algorithm and all the random and real datasets used in this paper are freely available upon request.