Skip to main content

AllDemandMap

Type Alias AllDemandMap 

Source
pub type AllDemandMap = IndexMap<(CommodityID, RegionID, TimeSliceID), Flow>;
Expand description

Demand for a given combination of commodity, region and time slice

Aliased Typeยง

pub struct AllDemandMap { /* private fields */ }