Package | Description |
---|---|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleWeightedBipartiteGraphMatrixGenerator<V,E>
A simple weighted bipartite graph matrix generator.
|
class |
SimpleWeightedGraphMatrixGenerator<V,E>
A simple weighted graph matrix generator.
|
Modifier and Type | Method and Description |
---|---|
WeightedGraphGeneratorAdapter<V,E,T> |
WeightedGraphGeneratorAdapter.weights(double[][] weights)
Set the weights of the generator.
|
Copyright © 2016. All rights reserved.