Type Alias CapacityConstraintKeys

Source
pub type CapacityConstraintKeys = Vec<(AssetID, TimeSliceID)>;
Expand description

Indicates the asset ID and time slice covered by each capacity constraint

Aliased Typeยง

struct CapacityConstraintKeys { /* private fields */ }