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