Function tsp

Source
pub fn tsp(g: &WeightedAdjacencyMatrix, start: usize) -> (f64, Vec<usize>)