๐ค AI Summary
This paper resolves the long-standing open problemโposed in 2015โof deciding 2-layer fan-planarity for bipartite graphs. While the general problem is NP-hard, we establish, for the first time, that it becomes polynomial-time solvable when restricted to bipartite input graphs. Leveraging structural properties of bipartite graphs and combinatorial constraints inherent in 2-layer embeddings, we develop a novel decision framework centered on matchings, interval graphs, and partial orders. Based on this framework, we design a deterministic algorithm with time complexity $O(n^4)$. Both theoretical analysis and empirical evaluation confirm its correctness and efficiency. Our work fills a critical gap in the theory of fan-planar graph drawing and provides the first scalable, theoretically guaranteed solution for layered graph visualization.
๐ Abstract
In this paper, we give a polynomial-time algorithm for deciding whether an input bipartite graph admits a 2-layer fan-planar drawing, resolving an open problem posed in several papers since 2015.