Uses of Package
org.graph4j.realization
Packages that use org.graph4j.realization
-
Classes in org.graph4j.realization used by org.graph4j.realizationClassDescriptionThe bipartite graph realization problem is to determine whether there exists a bipartite graph having a specified sequence of degrees for vertices in each partition set.The digraph realization problem is to determine whether there exists a directed graph having a specified sequence of in-degrees and out-degrees for each vertex.The graph realization problem is to determine whether a given degree sequence can be represented by a simple, undirected graph.