Type Alias AllDemandMap

Source
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 */ }