Function read_graph

Source
pub fn read_graph<T: Eq + From<usize>>(
    filename: &str,
    _weight_type: WeightType,
) -> Vec<InputEdge<T>>