Type Alias DemandMap

Source
type DemandMap = IndexMap<TimeSliceID, Flow>;
Expand description

A map of demand across time slices for a specific commodity and region

Aliased Typeยง

struct DemandMap { /* private fields */ }