2 Tight Lower Bounds for Problems Parameterized by Rank-width
particular, they showed that
rw ≤cw ≤
2
rw+1 −
1and rank-width can be 3-approximated
in time 8
rwnO(1)
, implying an exponential 2
O(cw)
-approximation for clique-width within the
same time complexity. Even though multiple improvements for computing rank-width have
been given [
17
,
21
,
24
,
27
], the only known way to approximate clique-width remains via
computing rank-width.
In the past decade, the focus of the study of algorithms on graph decompositions has
shifted from complexity classification into establishing fine-grained bounds on the time
complexity as a function of the parameter [
4
,
5
,
11
,
12
,
15
,
16
,
20
,
23
,
25
,
26
,
28
], under
either the Exponential Time Hypothesis (ETH) or the Strong Exponential Time Hypothesis
(SETH) [
22
]. For example, Lokshtanov, Marx, and Saurabh [
26
] showed that assuming SETH,
Independent Set cannot be solved in time (2
−ε
)
pwnO(1)
parameterized by path-width
(
pw
)for any constant
ε >
0, which also translates into a tight lower bound of (2
−ε
)
cwnO(1)
parameterized by clique-width because of the relation
cw ≤pw
+ 2 [
14
]. Lampis [
25
] showed
that for every constant
k≥
3, the optimal time complexity of
k
-coloring parameterized by
clique-width is (2k−2)cwnO(1) assuming SETH.
Even though fine-grained lower bounds parameterized by clique-width have been intens-
ively studied [
4
,
5
,
15
,
16
,
25
], less attention has been given to fine-grained lower bounds
parameterized by rank-width. As the only known way to compute clique-width is via com-
puting rank-width and using the constructive version of the inequalities
rw ≤cw ≤
2
rw+1 −
1,
it could be argued that fine-grained bounds parameterized by rank-width have more signific-
ance than bounds parameterized by clique-width: In the end, the only known way to use
clique-width in its full generality is to actually use rank-width.
The lack of fine-grained lower bounds for parameterizations by rank-width in the literature
could be explained by the fact that the best known upper bounds appear to require more
complicated arguments than for other width parameters. In particular, while the translation
to clique-width or a straightforward dynamic programming leads to a double-exponential
2
2O(rw)nO(1)
time algorithm for Independent Set parameterized by rank-width, Bui-Xuan,
Telle, and Vatshelle showed in 2010 that surprisingly this is not optimal, giving a 2
O(rw2)nO(1)
time algorithm by exploiting the algebraic properties of rank-width [
6
]. It was asked by
Bergougnoux and Kanté [
3
] whether this algorithm could be shown to be optimal assuming
ETH, and by Vatshelle [30] whether a 2O(rw)nO(1) time algorithm exists.
In this paper, we show that assuming ETH, the 2
O(rw2)nO(1)
time algorithm for Inde-
pendent Set by Bui-Xuan, Telle, and Vatshelle is optimal. We show in fact a slightly more
general result, using parameterization by linear rank-width (
lrw
), which is a path-like version
of rank-width whose value is at least the rank-width, i.e., rw ≤lrw.
▶Theorem 1.1.
Unless ETH fails, there is no 2
o(lrw2)nO(1)
time algorithm for Independent
Set, where lrw is the linear rank-width of the input graphs.
Unlike for the fine-grained lower bounds parameterized by clique-width, for our result
the matching upper bound holds even without the assumption that the decomposition is
given because rank-width can be 3-approximated in time O(8rwn4)[27].
Theorem 1.1 is the first ETH-tight lower bound parameterized by rank-width that does
not follow directly from a lower bound for
n
-vertex graphs and the relation
rw ≤n
. Tight
bounds of the latter type are known for the problems of finding a largest induced subgraph
with odd vertex degrees and for partitioning a graph into a constant number of such induced
subgraphs. In particular, these problems admit 2
O(rw)nO(1)
time algorithms but cannot be
solved in time 2o(n)unless ETH fails [2].
Algorithms with time complexity 2
O(rw2)nO(1)
were given for Dominating Set and
Maximum Induced Matching by Bui-Xuan, Telle, and Vatshelle [
6
,
8
] and for Feedback