MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / Dijkstra

Method Dijkstra

graph_implement.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 void BFS(MyGraphicsVexItem *strtVex, bool generateForest = false){BFS(GetIdOf(strtVex), generateForest);}
134 void Dijkstra(int strtID);
135 void Dijkstra(MyGraphicsVexItem *strtVex){Dijkstra(GetIdOf(strtVex));}
136 AMLGraph* ConvertToAML();
137
138 int Type() const { return type; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected