Files
comaps/libs/routing/routing_tests/world_graph_builder.hpp
Konstantin Pastbin bfffa1fff4 Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-08-17 14:32:37 +07:00

12 lines
275 B
C++

#pragma once
#include "routing/single_vehicle_world_graph.hpp"
#include <memory>
namespace routing_test
{
std::unique_ptr<routing::SingleVehicleWorldGraph> BuildCrossGraph();
std::unique_ptr<routing::SingleVehicleWorldGraph> BuildTestGraph();
} // namespace routing_test