pub fn compute_sf<'a>( all_links: &'a [Link], all_stops: &HashSet<String>, destination: &str, od_matrix: &HashMap<String, HashMap<String, f64>>, ) -> SFResult<'a>
compute_sf computes the Spiess-Florian algorithm