Given two sequences S1, S2 and a constrained sequence C, the longest common subsequence of S1, S2 with restriction to C is defined as the constrained longest common subsequence (CLCS) of S1, S2 and C. At the same time, the best alignment of S1, S2 with restriction to C is defined as the constrained pairwise sequence alignment (CPSA) of S1, S2 and C. Previous algorithms have shown that both CLCS and CPSA can be solved in O(rnm) time using similar dynamic programming formulas, where r = |C|, n = |S1| and m = |S2|. In 2004, Arslan first extended the definition of CLCS to a more flexible version, where the number of ignored constraints is allowed to a degree d and time complexity increases to O(drnm). In this paper, we extend the definition of ...
International audienceImposing constraints in the form of a finite automaton or a regular expression...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...
Abstract. Given strings S1, S2, and P, the constrained longest common sub-sequence problem for S1 an...
In this paper we address the constrained longest common subsequence problem. Given two sequences X, ...
The problem of finding the constrained longest common subsequence (CLCS) for the sequences A and B w...
The problem of finding a constrained longest common subsequence (CLCS) for the sequences A and B wit...
We present a dynamic programming algorithm for computing a best global alignment of two sequences. T...
Abstract. The problem of finding a constrained longest common subsequence (CLCS) for the sequences A...
The Constrained Multiple Sequence Alignment problem is to align a set of sequences subject to a give...
[[abstract]]Imposing constraints is a way to incorporate information into the sequence alignment pro...
AbstractImposing constraints is a way to incorporate information into the sequence alignment procedu...
The LONGEST COMMON SUBSEQUENCE problem is examined from the point of view of parameterized computati...
AbstractAlthough a number of efficient algorithms for the longest common subsequence (LCS) problem h...
The Constrained Multiple Sequence Alignment problem is to align a set of sequences subject to a give...
AbstractThe longest common subsequence problem is examined from the point of view of parameterized c...
International audienceImposing constraints in the form of a finite automaton or a regular expression...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...
Abstract. Given strings S1, S2, and P, the constrained longest common sub-sequence problem for S1 an...
In this paper we address the constrained longest common subsequence problem. Given two sequences X, ...
The problem of finding the constrained longest common subsequence (CLCS) for the sequences A and B w...
The problem of finding a constrained longest common subsequence (CLCS) for the sequences A and B wit...
We present a dynamic programming algorithm for computing a best global alignment of two sequences. T...
Abstract. The problem of finding a constrained longest common subsequence (CLCS) for the sequences A...
The Constrained Multiple Sequence Alignment problem is to align a set of sequences subject to a give...
[[abstract]]Imposing constraints is a way to incorporate information into the sequence alignment pro...
AbstractImposing constraints is a way to incorporate information into the sequence alignment procedu...
The LONGEST COMMON SUBSEQUENCE problem is examined from the point of view of parameterized computati...
AbstractAlthough a number of efficient algorithms for the longest common subsequence (LCS) problem h...
The Constrained Multiple Sequence Alignment problem is to align a set of sequences subject to a give...
AbstractThe longest common subsequence problem is examined from the point of view of parameterized c...
International audienceImposing constraints in the form of a finite automaton or a regular expression...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...
Abstract. Given strings S1, S2, and P, the constrained longest common sub-sequence problem for S1 an...