fn topo_sort_commodities(
graph: &Graph<GraphNode, GraphEdge, Directed>,
commodities: &CommodityMap,
) -> Result<Vec<CommodityID>>
Expand description
Performs topological sort on the commodity graph to get the ordering for investments
The returned Vec only includes SVD and SED commodities.