Type Alias CommoditiesGraph

Source
type CommoditiesGraph = Graph<GraphNode, GraphEdge, Directed>;
Expand description

A graph of commodity flows for a given region and year

Aliased Typeยง

struct CommoditiesGraph { /* private fields */ }