Convex bipartite graph

In the mathematical field of graph theory, a convex bipartite graph is a bipartite graph with specific properties. A bipartite graph is said to be convex over the vertex set if can be enumerated such that for all , the vertices adjacent to are consecutive in the enumeration. Convexity over is defined analogously. A bipartite graph that is convex over both and is said to be biconvex or doubly convex.[1][2][3][4]
Properties
[edit]For a biconvex graph with labelings and , let denote the set of neighbors of vertex . A biconvex graph is called forward-convex if there exists a labeling such that is convex and the labeling has the forward property: for every pair of vertices with , it holds that (where means that contains as a consecutive segment).[2]
It has been proven that forward-convex graphs are equivalent to permutation graphs. A biconvex graph is forward-convex (and hence a bipartite permutation graph) if and only if it contains no induced subgraph isomorphic to certain forbidden configurations.[2]
Every biconvex graph is a 4-polygon graph, that is, its vertices can be represented as chords inside a convex 4-sided polygon such that two vertices are adjacent if and only if their corresponding chords intersect.[5] Furthermore, every biconvex graph has a biconvex S-ordering (straight ordering), which is a biconvex ordering that generalizes the strong ordering of bipartite permutation graphs and prohibits certain crossing patterns between edges.[5]
Strongly biconvex graphs
[edit]A strongly biconvex graph is a bipartite graph with labelings and such that if is an edge, then
For any with and edge : if then is an edge, and if then is an edge.[6] Every strongly biconvex graph is biconvex and weakly chordal.[6]
Algorithms
[edit]Maximum matching
[edit]Finding a maximum matching in a convex bipartite graph can be done efficiently. Glover showed that a maximum matching can be found using a greedy algorithm that processes vertices in order.[7] Subsequent improvements by various researchers culminated in a linear-time algorithm.[7]
For the dynamic version of the problem, where the graph is modified by vertex and edge insertions and deletions, it is impossible to maintain an explicit representation of a maximum matching in sub-linear time per operation, even in the amortized sense, because a single update can change edges in the matching.[7] However, it is possible to efficiently maintain which vertices are matched: there exists a data structure that maintains the set of matched vertices in amortized time per update operation, answers whether a given vertex is matched in worst-case time, and can identify the mate of a matched vertex in amortized time.[7]
Maximum edge biclique
[edit]A biclique is a complete bipartite subgraph. The maximum edge biclique problem asks for a biclique with the maximum number of edges. In general bipartite graphs, this problem is NP-complete,[8] but for convex bipartite graphs it can be solved in polynomial time. Given a convex bipartite graph with , a maximum edge biclique can be found in time and space.[8] For the special cases of biconvex graphs and bipartite permutation graphs, the problem can be solved even more efficiently in and time respectively, where is the inverse Ackermann function.[8]
The maximum edge biclique problem has applications in analyzing DNA microarray data, where it corresponds to finding biclusters—subsets of genes that exhibit coherent expression patterns across subsets of experimental conditions.[8]
Maximum induced matching
[edit]An induced matching is a set of edges that are pairwise at distance at least 3. Finding a maximum induced matching is NP-hard for general bipartite graphs, but can be solved efficiently for certain subclasses. For strongly biconvex graphs, a maximum induced matching can be computed in linear time using a greedy algorithm.[6] Indeed, even a maximum-weight induced matching can be computed in linear-time for any convex bipartite graph using dynamic programming.[9]
Vertex ranking
[edit]The vertex ranking problem asks for a coloring of vertices with the property that every path between two vertices of the same color must contain a vertex of higher color, using the minimum number of colors. While this problem is NP-complete for general bipartite graphs, it can be solved in polynomial time for biconvex graphs in time, where is the number of vertices and is the number of edges.[5]
See also
[edit]References
[edit]- ^ W. Lipski Jr.; Franco P. Preparata (August 1981). "Efficient algorithms for finding maximum matchings in convex bipartite graphs and related problems". Acta Informatica. 15 (4): 329–346. doi:10.1007/BF00264533. hdl:2142/74215. S2CID 39361123.
- ^ a b c Ten-hwang Lai; Shu-shang Wei (April 1997). "Bipartite permutation graphs with application to the minimum buffer size problem". Discrete Applied Mathematics. 74 (1): 33–55. doi:10.1016/S0166-218X(96)00014-5. Retrieved 2009-07-20.
- ^ Jeremy P. Spinrad (2003). Efficient graph representations. AMS Bookstore. p. 128. ISBN 978-0-8218-2815-1. Retrieved 2009-07-20.
- ^ Andreas Brandstädt; Van Bang Le; Jeremy P. Spinrad (1999). Graph classes: a survey. SIAM. p. 94. ISBN 978-0-89871-432-6. Retrieved 2009-07-20.
convex if there is an ordering.
- ^ a b c Nesrine Abbas; Lorna K. Stewart (2000). "Biconvex graphs: ordering and algorithms". Discrete Applied Mathematics. 103 (1–3): 1–19. doi:10.1016/S0166-218X(99)00217-6.
- ^ a b c Sara Saeedi Madani; Dariush Kiani (2021). "Induced matchings in strongly biconvex graphs and some algebraic applications". Mathematische Nachrichten. 294 (7): 1371–1389. arXiv:1905.02640v1. doi:10.1002/mana.201900472.
- ^ a b c d Gerth Stølting Brodal; Loukas Georgiadis; Kristoffer Arnsfelt Hansen; Irit Katriel (2007). Dynamic Matchings in Convex Bipartite Graphs. International Workshop on Graph-Theoretic Concepts in Computer Science. Lecture Notes in Computer Science. Vol. 4769. Springer. pp. 406–417. doi:10.1007/978-3-540-74456-6_37.
- ^ a b c d Doron Nussbaum; Shuye Pu; Jörg-Rüdiger Sack; Takeaki Uno; Hamid Zarrabi-Zadeh (2010). Finding Maximum Edge Bicliques in Convex Bipartite Graphs. International Computing and Combinatorics Conference. Lecture Notes in Computer Science. Vol. 6196. Springer. pp. 140–149. doi:10.1007/978-3-642-14031-0_17.
- ^ Boris Klemz; Günter Rote (1 April 2022). "Linear-Time Algorithms for Maximum-Weight Induced Matchings and Minimum Chain Covers in Convex Bipartite Graphs". Algorithmica. 84 (4): 1064–1080. arXiv:1711.04496. doi:10.1007/s00453-021-00904-w.