IntervalGraphType

Type Alias IntervalGraphType 

Source
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 */ }