155 research outputs found
Fixed-parameter tractable canonization and isomorphism test for graphs of bounded treewidth
We give a fixed-parameter tractable algorithm that, given a parameter and
two graphs , either concludes that one of these graphs has treewidth
at least , or determines whether and are isomorphic. The running
time of the algorithm on an -vertex graph is ,
and this is the first fixed-parameter algorithm for Graph Isomorphism
parameterized by treewidth.
Our algorithm in fact solves the more general canonization problem. We namely
design a procedure working in time that, for a
given graph on vertices, either concludes that the treewidth of is
at least , or: * finds in an isomorphic-invariant way a graph
that is isomorphic to ; * finds an isomorphism-invariant
construction term --- an algebraic expression that encodes together with a
tree decomposition of of width .
Hence, the isomorphism test reduces to verifying whether the computed
isomorphic copies or the construction terms for and are equal.Comment: Full version of a paper presented at FOCS 201
Polynomial-time algorithm for Maximum Weight Independent Set on -free graphs
In the classic Maximum Weight Independent Set problem we are given a graph
with a nonnegative weight function on vertices, and the goal is to find an
independent set in of maximum possible weight. While the problem is NP-hard
in general, we give a polynomial-time algorithm working on any -free
graph, that is, a graph that has no path on vertices as an induced
subgraph. This improves the polynomial-time algorithm on -free graphs of
Lokshtanov et al. (SODA 2014), and the quasipolynomial-time algorithm on
-free graphs of Lokshtanov et al (SODA 2016). The main technical
contribution leading to our main result is enumeration of a polynomial-size
family of vertex subsets with the following property: for every
maximal independent set in the graph, contains all maximal
cliques of some minimal chordal completion of that does not add any edge
incident to a vertex of
Scheduling partially ordered jobs faster than 2^n
In the SCHED problem we are given a set of n jobs, together with their
processing times and precedence constraints. The task is to order the jobs so
that their total completion time is minimized. SCHED is a special case of the
Traveling Repairman Problem with precedences. A natural dynamic programming
algorithm solves both these problems in 2^n n^O(1) time, and whether there
exists an algorithms solving SCHED in O(c^n) time for some constant c < 2 was
an open problem posted in 2004 by Woeginger. In this paper we answer this
question positively.Comment: full version of a paper accepted for ESA'1
- …