Type Alias DemandMap

Source
pub type DemandMap = HashMap<(RegionID, u32, TimeSliceID), f64>;
Expand description

A map of demand values, keyed by region ID, year and time slice ID

Aliased Typeยง

struct DemandMap { /* private fields */ }