dsp
type PetGraph<F, N> = PetGraph<N, Connection<F>, usize>;
An alias for the PetGraph used by our Graph's internal Dag.