package
2.0.212+incompatible
Repository: https://github.com/liveramp/gazette.v1.git
Documentation: pkg.go.dev

# Functions

AddArc adds an Arc from |from| to |to|, having |capacity| and |priority|.
FindMaxFlow determines the maximum flow of the flow network rooted at |source|.
InitNodes returns a slice of Nodes having size |n|.
SortNodeArcs orders the Arcs of one or more Nodes by their respective priorities.

# Structs

Arc defines an edge along which flow may occur in a flow network.
Node defines a vertex in a flow network, through which flow occurs.