Exact and heuristic algorithms for Cograph Editing
Abstract
We present a dynamic programming algorithm for optimally solving the Cograph Editing problem on an -vertex graph that runs in time and uses space. In this problem, we are given a graph and the task is to find a smallest possible set of vertex pairs such that is a cograph (or -free graph), where represents the symmetric difference operator. We also describe a technique for speeding up the performance of the algorithm in practice. Additionally, we present a heuristic for solving the Cograph Editing problem which produces good results on small to medium datasets. In application it is much more important to find the ground truth, not some optimal solution. For the first time, we evaluate whether the cograph property is strict enough to recover the true graph from data to which noise has been added.
Cite
@article{arxiv.1711.05839,
title = {Exact and heuristic algorithms for Cograph Editing},
author = {W. Timothy J. White and Marcus Ludwig and Sebastian Böcker},
journal= {arXiv preprint arXiv:1711.05839},
year = {2018}
}
Comments
18 pages, 6 figures