Fix formatting
This commit is contained in:
@@ -89,6 +89,6 @@ inline std::vector<NodeID> BruteForceTrip(const std::size_t number_of_locations,
|
||||
return route;
|
||||
}
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::trip
|
||||
|
||||
#endif // TRIP_BRUTE_FORCE_HPP
|
||||
|
||||
@@ -171,6 +171,6 @@ FarthestInsertionTrip(const std::size_t number_of_locations,
|
||||
return FindRoute(number_of_locations, dist_table, max_from, max_to);
|
||||
}
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::trip
|
||||
|
||||
#endif // TRIP_FARTHEST_INSERTION_HPP
|
||||
|
||||
@@ -88,6 +88,6 @@ std::vector<NodeID> NearestNeighbourTrip(const NodeIDIterator &start,
|
||||
}
|
||||
return route;
|
||||
}
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::trip
|
||||
|
||||
#endif // TRIP_NEAREST_NEIGHBOUR_HPP
|
||||
|
||||
Reference in New Issue
Block a user