type AllDemandMap = IndexMap<(CommodityID, RegionID, TimeSliceID), Flow>;Expand description
Demand for a given combination of commodity, region and time slice
Aliased Typeยง
struct AllDemandMap { /* private fields */ }type AllDemandMap = IndexMap<(CommodityID, RegionID, TimeSliceID), Flow>;Demand for a given combination of commodity, region and time slice
struct AllDemandMap { /* private fields */ }