Constrained Longest Common Subsequence Computing Algorithms in Practice

keywords: Longest common subsequence, constrained longest common subsequence, sparse dynamic programming, string matching, sequence alignment
The problem of finding a constrained longest common subsequence (CLCS) for the sequences A and B with respect to sequence P was introduced recently. Its goal is to find a longest subsequence C of A and B such that P is a subsequence of C. There are several algorithms solving the CLCS problem, but there is no real experimental comparison of them. The paper has two aims. Firstly, we propose an improvement to the algorithms by Chin et al. and Deorowicz based on an entry-exit points technique by He and Arslan. Secondly, we compare experimentally the existing algorithms for solving the CLCS problem.
mathematics subject classification 2000: 68W05
reference: Vol. 29, 2010, No. 3, pp. 427–445