In the mathematical fields of graph theory and combinatorial optimization, the bipartite dimension or biclique cover number of a graphG = (V, E) is the minimum number of bicliques (that is complete bipartite subgraphs), needed to cover all edges in E. A collection of bicliques covering all edges in G is called a biclique edge cover, or sometimes biclique cover. The bipartite dimension of G is often denoted by the symbol d(G).
Example
An example for a biclique edge cover is given in the following diagrams:
Example for biclique edge cover
A bipartite graph...
...and a covering with four bicliques
the red biclique from the cover
the blue biclique from the cover
the green biclique from the cover
the black biclique from the cover
Bipartite dimension formulas for some graphs
The bipartite dimension of the n-vertex complete graph, is .
The bipartite dimension of a 2n-vertex
crown graph equals , where
Fishburn & Hammer (1996) determine the bipartite dimension for some special graphs. For example, the path
has and the cycle has .
Computing the bipartite dimension
The computational task of determining the bipartite dimension for a given graph G is an optimization problem. The decision problem for bipartite dimension can be phrased as:
INSTANCE: A graph and a positive integer .
QUESTION: Does G admit a biclique edge cover containing at most bicliques?
This problem appears as problem GT18 in Garey and Johnson's classical book on NP-completeness, and is a rather straightforward reformulation of
another decision problem on families of finite sets.
The set basis problem appears as problem SP7 in Garey and Johnson's book.
Here, for a family of subsets of a finite set ,
a set basis for is another family of subsets of , such that every set can be described as the union of some basis elements from . The set basis problem is now given as follows:
INSTANCE: A finite set , a family of subsets of , and a positive integer k.
QUESTION: Does there exist a set basis of size at most for ?
The problem of determining the bipartite dimension of a graph appears in various contexts of computing. For instance, in computer systems, different users of a system can be allowed or disallowed accessing various resources. In a role-based access control system, a role provides access rights to a set of resources. A user can own multiple roles, and he has permission to access all resources granted by some of his roles. Also, a role can be owned by multiple users. The role mining problem is to find a minimum set of roles, such that for each user, his roles taken together grant access to all specified resources. The set of users together with the set of resources in the system naturally induces a bipartite graph, whose edges are permissions. Each biclique in this graph is a potential role, and the optimum solutions to the role mining problem are precisely the minimum biclique edge covers (Ene et al. 2008).
A similar scenario is known in computer security, more specifically in secure broadcasting. In that setup, several messages need to be sent each to a set of receivers, over an insecure channel. Each message has to be encrypted using some cryptographic key that is known only to the intended receivers. Each receiver may possess multiple encryption keys, and each key will be distributed to multiple receivers. The optimum key generation problem is to find a minimum set of encryption keys for ensuring secure transmission. As above, the problem can be modeled using a bipartite graph whose minimum biclique edge covers coincide with the solutions to the optimum key generation problem (Shu, Lee & Yannakakis 2006).
A different application lies in biology, where minimum biclique edge covers are used in mathematical models of human leukocyte antigen (HLA) serology (Nau et al. 1978).
de Caen, Dominique; Gregory, David A.; Pullman, Norman J. (1981), "The Boolean rank of zero-one matrices", in Cadogan, Charles C. (ed.), 3rd Caribbean Conference on Combinatorics and Computing, Department of Mathematics, University of the West Indies, pp. 169–173, MR0657202.
Ene, Alina; Horne, William G.; Milosavljevic, Nikola; Rao, Prasad; Schreiber, Robert; Tarjan, Robert Endre (2008), "Fast exact and heuristic methods for role minimization problems", in Ray, Indrakshi; Li, Ninghui (eds.), 13th ACM Symposium on Access Control Models and Technologies (SACMAT 2008), ACM, pp. 1–10.
Guo, Krystal; Huynh, Tony; Macchia, Marco (2019), "The Biclique Covering Number of Grids", The Electronic Journal of Combinatorics, 26 (4), arXiv:1811.03396, doi:10.37236/8316.
Monson, Sylvia D.; Pullman, Norman J.; Rees, Rolf (1995), "A survey of clique and biclique coverings and factorizations of (0,1)-matrices", Bulletin of the ICA, 14: 17–86, MR1330781.
Shu, Guoqiang; Lee, David; Yannakakis, Mihalis (2006), "A note on broadcast encryption key management with applications to large scale emergency alert systems.", 20th International Parallel and Distributed Processing Symposium (IPDPS 2006), IEEE.