Files
comaps/libs/routing/routing_tests/world_graph_builder.hpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

13 lines
276 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