LEMON 1.0.7
|
This class provides beside the core undirected graph features core undircted graph extend interface for the graph structure. The main difference between the base and this interface is that the graph alterations should handled already on this level.
#include <lemon/concepts/graph_components.h>
Public Member Functions | |
Node | addNode () |
Edge | addArc (const Node &, const Node &) |
Adds a new arc connects the given two nodes. |
Node addNode | ( | ) | [inline] |
Adds a new node to the graph.
Edge addArc | ( | const Node & | , |
const Node & | |||
) | [inline] |
Adds a new arc connects the the given two nodes.