Computing Weak Dominance Drawings with Minimum Number of Fips
Giacomo Ortali, Ioannis G. Tollis

TL;DR
This paper introduces an FPT algorithm for computing weak dominance drawings of DAGs with minimal falsely implied paths, providing a practical approach to a known NP-hard problem.
Contribution
It presents the first fixed-parameter tractable algorithm for minimizing fips in weak dominance drawings based on the maximum degree of the modular decomposition tree.
Findings
The problem is NP-hard but FPT for parameter k.
Algorithm runs in O(nm+ndk^2(k!)^d) time for fixed dimension d.
Decides dominance dimension 3 in polynomial time for fixed k.
Abstract
A weak dominance drawing of a DAG , is a -dimensional drawing such that there is a directed path from a vertex to a vertex in if for every dimension of . We have a \emph{falsely implied path (fip)} when for every dimension of~, but there is no path from to . Minimizing the number of fips is an important theoretical and practical problem, which is NP-hard. We show that it is an FPT~problem for parameter , where is the maximum degree of a vertex of the \emph{modular~decomposition~tree} of~. Namely, for any constant , we present an time algorithm to compute a weak -dimensional dominance drawing of a DAG having the minimum number of fips. An interesting implication of this result is that we can decide if a DAG has dominance dimension~ (a well-known…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Artificial Intelligence in Games · Optimization and Search Problems
