Uses of Interface
org.graph4j.realization.BipartiteRealizationAlgorithm
Packages that use BipartiteRealizationAlgorithm
-
Uses of BipartiteRealizationAlgorithm in org.graph4j.realization
Classes in org.graph4j.realization that implement BipartiteRealizationAlgorithmModifier and TypeClassDescriptionclassThis class provides a method to generate a bipartite graph from a given sequence of degrees, using an adaptation of the Havel-Hakimi algorithm.Methods in org.graph4j.realization that return BipartiteRealizationAlgorithmModifier and TypeMethodDescriptionBipartiteRealizationAlgorithm.getInstance(int[] leftDegrees, int[] rightDegrees) Returns the default implementation of the algorithm.