Supriya Ghosh (Editor)

Graph realization problem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The graph realization problem is a decision problem in graph theory. Given a finite sequence ( d 1 , , d n ) of natural numbers, the problem asks whether there is labeled simple graph such that ( d 1 , , d n ) is the degree sequence of this graph.

Contents

Solutions

The problem can be solved in polynomial time. One method of showing this uses the Havel–Hakimi algorithm constructing a special solution with the use of a recursive algorithm. Alternatively, following the characterization given by the Erdős–Gallai theorem, the problem can be solved by testing the validity of n inequalities.

Other notations

The problem can also be stated in terms of symmetric matrices of zeros and ones. The connection can be seen if one realizes that each graph has an adjacency matrix where the column sums and row sums correspond to ( d 1 , , d n ) . The problem is then sometimes denoted by symmetric 0-1-matrices for given row sums.

Similar problems describe the degree sequences of simple bipartite graphs or the degree sequences of simple directed graphs. The first problem is the so-called bipartite realization problem. The second is known as the digraph realization problem.

The problem of constructing a solution for the graph realization problem with the additional constraint that each such solution comes with the same probability was shown to have a polynomial-time approximation scheme for the degree sequences of regular graphs by Cooper et al. The general problem is still unsolved.

References

Graph realization problem Wikipedia