Parameterized Complexity of Two-Interval Pattern Problem
Abstract
A 2-interval is the union of two disjoint intervals on the real line. Two 2-intervals D1 and D2 are disjoint if their intersection is empty (i.e., no interval of D1 intersects any interval of D2). There can be three different relations between two disjoint 2-intervals; namely, preceding (<), nested () and crossing (). Two 2-intervals D1 and D2 are called R-comparable for some R∈\<,,\, if either D1RD2 or D2RD1. A set D of disjoint 2-intervals is R-comparable, for some R⊂eq\<,,\ and R≠, if every pair of 2-intervals in R are R-comparable for some R∈R. Given a set of 2-intervals and some R⊂eq\<,,\, the objective of the 2-interval pattern problem is to find a largest subset of 2-intervals that is R-comparable. The 2-interval pattern problem is known to be W[1]-hard when |R|=3 and NP-hard when |R|=2 (except for R=\<,\, which is solvable in quadratic time). In this paper, we fully settle the parameterized complexity of the problem by showing it to be W[1]-hard for both R=\,\ and R=\<,\ (when parameterized by the size of an optimal solution); this answers an open question posed by Vialette [Encyclopedia of Algorithms, 2008].