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