graph_realization_problem_bipartite (404B)
1 # Graph realization problem bipartite 2 3 https://en.wikipedia.org/wiki/Bipartite_realization_problem 4 5 in [PTIME] but the partition into the two sides is given (= as two degree sequences) 6 7 if the partition is not given (= given a degree sequence, is there a [bipartite_graph] that achieves it), the complexity is [open_problem], cf [miklos2025complexity] 8 9 Up: [graph_realization_problem], [bipartite_graph]