11 #ifndef ODINAI_GRAPH_EDGES_H_
12 #define ODINAI_GRAPH_EDGES_H_
32 void SetFrom(
int from);
38 void SetCost(
int cost);
int m_cost
How much does it cost to traverse edge?
Definition: GraphEdges.h:42
int m_to
To which node?
Definition: GraphEdges.h:41
int m_from
From which node?
Definition: GraphEdges.h:40
Definition: GraphEdges.h:22