pub fn find_all_superbubbles( graph: &Graph<String, f32>, ) -> LinkedHashMap<(NodeIndex, NodeIndex), Vec<NodeIndex>>