#include <lemon/concepts/graph_components.h>
Public Member Functions | |
Node | addNode () |
Adds a new node to the graph. | |
Edge | addEdge (const Node &, const Node &) |
Adds a new edge connects the given two nodes. |
Node addNode | ( | ) | [inline] |
Adds a new node to the graph.
Edge addEdge | ( | const Node & | , | |
const Node & | ||||
) | [inline] |
Adds a new edge connects the the given two nodes.