Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
double UndirectedGraph::HeuristicCostEstimate(Vertex const & v, Vertex const & w)
46
{
47
return 0.0;
48
}
49
50
void UndirectedGraph::GetAdjacencyList(Vertex v, EdgeListT & adj) const
51
{
Callers
2
ConsistentHeuristic
Method · 0.45
FindPath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected