pub fn get_unique_locations(problem: &Problem) -> Vec<Location>
Expand description

Get lists of unique locations in the problem. Use it to request routing matrix from outside. NOTE: it includes all locations of all types, so you might need to filter it if types are mixed.