
Misra, Mulpuri, Tale, and Viramgami 3
cut, i.e, a subset of vertices whose removal disconnects
s
and
t
. We use
λG
(
s, t
)to denote
the minimum size of a vertex (
s, t
)-separator in
G
. It is clear that
dG
(
s, t
)
≤λG
(
s, t
), since
positioning
λG
(
s, t
)many guards on the vertices of a (
s, t
)-vertex allows Divider to win the
game right away. It turns out that
dG
(
s, t
) = 1 if and only if
λG
(
s, t
) = 1. However, there
are examples of graphs where
dG
(
s, t
)is arbitrarily smaller than
λG
(
s, t
)[
4
]. The results
in [
4
] for chordal graphs and
P5
-free graphs are based on the fact that in these graphs, it
turns out that dG(s, t) = λG(s, t).
Our Contributions
Given that the problem is hard in the solution size, often regarded the “standard” parameter,
a natural approach is to turn to structural parameters of the input graph. One of the most
popular structural parameters in the context of graphs is treewidth, which is a measure of
how “tree-like” a graph is. XP and FPT algorithms parameterized by treewidth are natural
generalizations of tractability on trees. Indeed, Rendezvous is easy to solve on trees because
λG
(
s, t
) = 1 for any distinct
s
and
t
when
G
is a tree and
st /∈E
(
G
). The complexity of
Rendezvous parameterized by treewidth, however, is wide open — in particular it is not
even known if the problem is in XP parameterized by treewidth.
Interestingly, it was pointed out in [
4
] that if the initial positions
s
and
t
are not is
the same bag of a tree decomposition of width
w
, then the upper bound for the dynamic
separation number by
λG
(
s, t
)together with the XP algorithm for the standard parameter
can be employed to solve the problem in
nO(w)
time. Thus, the question that was left open
by Fomin, Golovach, and Thilikos was if the problem can be solved in the same time if
s
and
t
are in the same bag. Our first contribution is to answer this question in the negative by
showing that Rendezvous is in fact
co
-
NP
-hard even for graphs of constant treewidth. In
fact, we show more:
ITheorem 1. Rendezvous is co-NP-hard even when restricted to:
graphs whose feedback vertex set number is at most 14, or
graphs whose pathwidth is at most 16.
In particular, Rendezvous is co-para-NP-hard parameterized by treewidth.
We obtain this hardness by a non-trivial reduction from the 3-Dimensional Matching
problem. In the backdrop of this somewhat surprising result, we are motivated to pursue the
question of the complexity of Rendezvous for larger parameters. It turns out that even
augmenting the feedback vertex set number or the pathwidth with the solution size is not
enough. Specifically, we show that the problem is unlikely to admit an
FPT
-algorithm even
when parameterized by these combined parameters.
ITheorem 2. Rendezvous is co-W[1]-hard when parameterized by:
the feedback vertex set number and the solution size, or
the pathwidth and the solution size.
This result is shown by a parameter preserving reduction from the (Monotone) NAE-
Integer-3-Sat problem, which was shown to be W[1]-hard when parameterized by the
number of variables by Bringmann et al. [
1
]. Note that with this, we have a reasonably
complete understanding of Rendezvous in the combined parameter. Indeed, recall that the
problem is
co
-W[1]-hard and
XP
parameterized by the solution size alone, and
co
-para-
NP
-hard
parameterized by the feedback vertex set number alone as shown above.
Given the above hardness, we consider Rendevous parameterized by the vertex cover
number, a larger parameter compared to both the feedback vertex set number and pathwidth.