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