#include <lemon/list_graph.h>
It conforms to the UGraph concept.
Public Member Functions | |
void | changeTarget (UEdge e, Node n) |
Changes the target of e to n . | |
void | changeSource (UEdge e, Node n) |
void | contract (Node a, Node b, bool r=true) |
Contract two nodes. |
|
Changes the target of
|
|
Changes the source of
Changes the source of
|
|
This function contracts two nodes.
Node
|