package
0.0.0-20190426092945-678096d81a4b
Repository: https://github.com/gonum/graph.git
Documentation: pkg.go.dev
# Functions
Duplication constructs a graph in the destination, dst, of order n.
Gnm constructs a Erdős-Rényi model graph in the destination, dst, of order n and size m.
Gnp constructs a Gilbert’s model graph in the destination, dst, of order n.
NavigableSmallWorld constructs an N-dimensional grid with guaranteed local connectivity and random long-range connectivity in the destination, dst.
PreferentialAttachment constructs a graph in the destination, dst, of order n.
SmallWorldsBB constructs a small worlds graph of order n in the destination, dst.
TunableClusteringScaleFree constructs a graph in the destination, dst, of order n.
# Interfaces
GraphBuilder is a graph that can have nodes and edges added.
UndirectedMutator is an undirected graph builder that can remove edges.