Digraph realization problem
Decision problem in graph theory

The digraph realization problem is a decision problem in graph theory. Given pairs of nonnegative integers , the problem asks whether there is a labeled simple directed graph such that each vertex
has indegree
and outdegree
.
01Solutions
The problem belongs to the complexity class P. Two algorithms are known to prove that. The first approach is given by the Kleitman-Wang algorithms constructing a special solution with the use of a recursive algorithm. The second one is a characterization by the Fulkerson-Chen-Anstee theorem, i.e. one has to validate the correctness of inequalities.
02Other notations
The problem can also be stated in terms of zero-one matrices. The connection can be seen if one realizes that each directed graph has an adjacency matrix where the column sums and row sums correspond to and
. Note that the diagonal of the matrix only contains zeros. The problem is then often denoted by 0-1-matrices for given row and column sums. In the classical literature the problem was sometimes stated in the context of contingency tables by contingency tables with given marginals.
Sources and credits
This article is adapted from the Wikipedia article “Digraph realization problem”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Images, from Wikimedia Commons:
- Digraph realization.svg by BagLuke, CC0
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.