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 */ }
pub type CapacityConstraintKeys = Vec<(AssetID, TimeSliceID)>;
Indicates the asset ID and time slice covered by each capacity constraint
struct CapacityConstraintKeys { /* private fields */ }