pub type IntervalGraphType = StableDiGraph<Instance<Station>, Instance<Interval>>;Expand description
The graph type used for the transportation network
Aliased Typeยง
pub struct IntervalGraphType { /* private fields */ }pub type IntervalGraphType = StableDiGraph<Instance<Station>, Instance<Interval>>;The graph type used for the transportation network
pub struct IntervalGraphType { /* private fields */ }