| ... | ... |
@@ -558,7 +558,7 @@ |
| 558 | 558 |
return Node(n); |
| 559 | 559 |
} |
| 560 | 560 |
|
| 561 |
Edge |
|
| 561 |
Edge addEdge(Node u, Node v) {
|
|
| 562 | 562 |
int n = arcs.size(); |
| 563 | 563 |
arcs.push_back(ArcT()); |
| 564 | 564 |
arcs.push_back(ArcT()); |
| ... | ... |
@@ -639,7 +639,7 @@ |
| 639 | 639 |
///and \c t. |
| 640 | 640 |
///\return the new edge. |
| 641 | 641 |
Edge addEdge(const Node& s, const Node& t) {
|
| 642 |
return Parent:: |
|
| 642 |
return Parent::addEdge(s, t); |
|
| 643 | 643 |
} |
| 644 | 644 |
|
| 645 | 645 |
///Clear the graph. |
0 comments (0 inline)