pub type FlowMap = IndexMap<(AssetRef, CommodityID, TimeSliceID), Flow>;
Expand description
A map of commodity flows calculated during the optimisation
Aliased Typeยง
struct FlowMap { /* private fields */ }
pub type FlowMap = IndexMap<(AssetRef, CommodityID, TimeSliceID), Flow>;
A map of commodity flows calculated during the optimisation
struct FlowMap { /* private fields */ }