Uses of Class
com.jgalgo.gen.GnpGraphGenerator
-
Packages that use GnpGraphGenerator Package Description com.jgalgo.gen Graph generators used to generate (possibly random) graphs with different distributions and structures. -
-
Uses of GnpGraphGenerator in com.jgalgo.gen
Methods in com.jgalgo.gen that return GnpGraphGenerator Modifier and Type Method Description static <V,E>
GnpGraphGenerator<V,E>GnpGraphGenerator. newInstance()
Creates a new G(n,p) generator.static GnpGraphGenerator<Integer,Integer>
GnpGraphGenerator. newIntInstance()
Creates a new G(n,p) generator forIntGraph
.
-