Revert "remove unused struct MinimalEdgeData"
This reverts commit 0235cf5d8e
.
This commit is contained in:
parent
ff417fac01
commit
c4ed218a7a
@ -123,6 +123,13 @@ public:
|
||||
bool _backward:1;
|
||||
};
|
||||
|
||||
struct MinimalEdgeData {
|
||||
public:
|
||||
EdgeWeight distance;
|
||||
bool forward;
|
||||
bool backward;
|
||||
};
|
||||
|
||||
typedef NodeBasedEdge ImportEdge;
|
||||
|
||||
#endif // EDGE_H
|
||||
|
Loading…
Reference in New Issue
Block a user