pub fn cycle_basis<G>(graph: &G) -> Vec<Vec<G::Node>>where G: IndexGraphView,
Returns a deterministic fundamental cycle basis of the undirected projection.