Uses of Class
com.jgalgo.gen.DifferenceGraphGenerator
-
Packages that use DifferenceGraphGenerator Package Description com.jgalgo.gen Graph generators used to generate (possibly random) graphs with different distributions and structures. -
-
Uses of DifferenceGraphGenerator in com.jgalgo.gen
Methods in com.jgalgo.gen that return DifferenceGraphGenerator Modifier and Type Method Description DifferenceGraphGenerator<V,E>
DifferenceGraphGenerator. edgeDifferenceByEndpoints()
Set the difference of edges to be by their endpoints.DifferenceGraphGenerator<V,E>
DifferenceGraphGenerator. edgeDifferenceById()
Set the difference of edges to be by their id.DifferenceGraphGenerator<V,E>
DifferenceGraphGenerator. graphs(Graph<V,E> graph1, Graph<V,E> graph2)
Set the input graphs whose difference graph will be generated.
-