Uses of Interface
com.jgalgo.gen.GraphGenerator
-
Packages that use GraphGenerator Package Description com.jgalgo.gen Graph generators used to generate (possibly random) graphs with different distributions and structures. -
-
Uses of GraphGenerator in com.jgalgo.gen
Classes in com.jgalgo.gen that implement GraphGenerator Modifier and Type Class Description class
BarabasiAlbertGraphGenerator<V,E>
Generates a Barabási–Albert graph.class
CompleteGraphGenerator<V,E>
Generates a complete graph.class
EmptyGraphGenerator<V,E>
A generator of empty graphs.class
GnpGraphGenerator<V,E>
Generates a random graph using the G(n,p) model.class
RecursiveMatrixGraphGenerator<V,E>
Generates a random graph using the R-MAT model.
-