On making directed graphs transitive
作者:
Highlights:
•
摘要
We present a first thorough theoretical analysis of the Transitivity Editing problem on digraphs. Herein, the task is to make a given digraph transitive by a minimum number of arc insertions or deletions. Transitivity Editing has applications in the detection of hierarchical structure in molecular characteristics of diseases. We demonstrate that if the input digraph does not contain “diamonds”, then there is an optimal solution that performs only arc deletions. This fact helps us construct a first proof of NP-hardness, which also extends to the restricted cases in which the input digraph is acyclic or has maximum degree three. By providing an O(k2)-vertex problem kernel, we answer an open question from the literature. In case of digraphs with maximum degree d, an O(k⋅d)-vertex problem kernel can be shown. Moreover, we improve previous fixed-parameter algorithms, now achieving a running time of O(2.57k+n3) for an n-vertex digraph if k arc modifications are sufficient to make it transitive. Our hardness as well as algorithmic results transfer to Transitivity Deletion, where only arc deletions are allowed.
论文关键词:Graph modification problem,NP-hardness,Hierarchical structure detection,Fixed-parameter tractability,Kernelization and data reduction
论文评审过程:Received 19 July 2010, Revised 29 April 2011, Accepted 22 July 2011, Available online 27 July 2011.
论文官网地址:https://doi.org/10.1016/j.jcss.2011.07.001