Heuristic algorithms for the Longest Filled Common Subsequence Problem

04/16/2019
by   Radu Stefan Mincu, et al.
0

At CPM 2017, Castelli et al. define and study a new variant of the Longest Common Subsequence Problem, termed the Longest Filled Common Subsequence Problem (LFCS). For the LFCS problem, the input consists of two strings A and B and a multiset of characters M. The goal is to insert the characters from M into the string B, thus obtaining a new string B^*, such that the Longest Common Subsequence (LCS) between A and B^* is maximized. Casteli et al. show that the problem is NP-hard and provide a 3/5-approximation algorithm for the problem. In this paper we study the problem from the experimental point of view. We introduce, implement and test new heuristic algorithms and compare them with the approximation algorithm of Casteli et al. Moreover, we introduce an Integer Linear Program (ILP) model for the problem and we use the state of the art ILP solver, Gurobi, to obtain exact solution for moderate sized instances.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/21/2018

Hardness and algorithmic results for the approximate cover problem

In CPM 2017, Amir et al. introduce a problem, named approximate string c...
research
12/20/2019

String factorisations with maximum or minimum dimension

In this paper we consider two problems concerning string factorisation. ...
research
01/10/2022

Implementation of polygon guarding algorithms for art gallery problems

Victor Klee introduce the art gallery problem during a conference in Sta...
research
10/08/2021

On Solving the Minimum Common String Partition Problem by Decision Diagrams

In the Minimum Common String Partition Problem (MCSP), we are given two ...
research
10/31/2017

Approximating the 2-Machine Flow Shop Problem with Exact Delays Taking Two Values

In the 2-Machine Flow Shop problem with exact delays the operations of e...
research
02/22/2018

The Clever Shopper Problem

We investigate a variant of the so-called "Internet Shopping Problem" in...
research
04/05/2023

Fast computation of approximate weak common intervals in multiple indeterminate strings

In ongoing work to define a principled method for syntenic block discove...

Please sign up or login with your details

Forgot password? Click here to reset