pub type EdgeData = EdgeType;
The data ssociated with a Petgraph edge.
pub enum EdgeData { All, AtLeastOne, }