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