Uses of Class
com.jgalgo.gen.IntersectionGraphGenerator
Package
Description
Graph generators used to generate (possibly random) graphs with different distributions and structures.
-
Uses of IntersectionGraphGenerator in com.jgalgo.gen
Modifier and TypeMethodDescriptionIntersectionGraphGenerator.edgeIntersectByEndpoints()
Set the intersection of edges to be by the edges endpoints.IntersectionGraphGenerator.edgeIntersectById()
Set the intersection of edges to by the edges identifiers.final IntersectionGraphGenerator
<V, E> Set the input graphs whose intersection graph will be generated.IntersectionGraphGenerator.graphs
(Collection<? extends Graph<V, E>> graphs) Set the input graphs whose intersection graph will be generated.