English

Engineering Exact Quasi-Threshold Editing

Data Structures and Algorithms 2020-04-01 v1

Abstract

Quasi-threshold graphs are {C4,P4}\{C_4, P_4\}-free graphs, i.e., they do not contain any cycle or path of four nodes as an induced subgraph. We study the {C4,P4}\{C_4, P_4\}-free editing problem, which is the problem of finding a minimum number of edge insertions or deletions to transform an input graph into a quasi-threshold graph. This problem is NP-hard but fixed-parameter tractable (FPT) in the number of edits by using a branch-and-bound algorithm and admits a simple integer linear programming formulation (ILP). Both methods are also applicable to the general FF-free editing problem for any finite set of graphs FF. For the FPT algorithm, we introduce a fast heuristic for computing high-quality lower bounds and an improved branching strategy. For the ILP, we engineer several variants of row generation. We evaluate both methods for quasi-threshold editing on a large set of protein similarity graphs. For most instances, our optimizations speed up the FPT algorithm by one to three orders of magnitude. The running time of the ILP, that we solve using Gurobi, becomes only slightly faster. With all optimizations, the FPT algorithm is slightly faster than the ILP, even when listing all solutions. Additionally, we show that for almost all graphs, solutions of the previously proposed quasi-threshold editing heuristic QTM are close to optimal.

Keywords

Cite

@article{arxiv.2003.14317,
  title  = {Engineering Exact Quasi-Threshold Editing},
  author = {Lars Gottesbüren and Michael Hamann and Philipp Schoch and Ben Strasser and Dorothea Wagner and Sven Zühlsdorf},
  journal= {arXiv preprint arXiv:2003.14317},
  year   = {2020}
}

Comments

22 pages, 8 figures, to appear at SEA 2020

R2 v1 2026-06-23T14:34:02.486Z