Uses of Interface
com.jgalgo.gen.GraphGenerator
Package
Description
Graph generators used to generate (possibly random) graphs with different distributions and structures.
-
Uses of GraphGenerator in com.jgalgo.gen
Modifier and TypeClassDescriptionclass
Generates a Barabási–Albert graph.class
Generates the complement graph of a given graph.class
Generates a complete bipartite graph.class
Generates a complete graph.class
Generate a graph that contains the edges that exist in one graph but not in the other.class
EmptyGraphGenerator<V,
E> Generate a graph with no edges.class
Generates a uniformly random bipartite graph among all graphs with \(n\) vertices and \(m\) edges.class
GnmGraphGenerator<V,
E> Generates a uniformly random graph among all graphs with \(n\) vertices and \(m\) edges.class
Generates a random bipartite graph using the \(G(n_1,n_2,p)\) model in which every edge exists with probability \(p\).class
GnpGraphGenerator<V,
E> Generates a random graph using the \(G(n,p)\) model in which every edge exists with probability \(p\).class
Generate the intersection graph of two or more given graphs.class
LineGraphGenerator<V,
E> Generates the line graph given an existing graph.class
Generates a random graph using the R-MAT model.class
Generate a graph that contains the edges that exist in one of two input graphs but not in both.class
UniformTreeGenerator<V,
E> Generate a uniform random tree.class
UnionGraphGenerator<V,
E> Generate the union graph of two or more given graphs.