MCPcopy Create free account
hub / github.com/comaps/comaps / HeuristicCostEstimate

Method HeuristicCostEstimate

libs/routing/routing_tests/routing_algorithm.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45double UndirectedGraph::HeuristicCostEstimate(Vertex const & v, Vertex const & w)
46{
47 return 0.0;
48}
49
50void UndirectedGraph::GetAdjacencyList(Vertex v, EdgeListT & adj) const
51{

Callers 2

ConsistentHeuristicMethod · 0.45
FindPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected