Defines the algorithms::split function. More...
#include <config.h>
Go to the source code of this file.
Namespaces | |
namespace | algorithms |
Namespace containing various useful algorithms. | |
Functions | |
template<class vvgraph > | |
vvgraph::vertex_t | algorithms::split (const typename vvgraph::vertex_t &v, const typename vvgraph::vertex_t &n1, const typename vvgraph::vertex_t &n2, vvgraph &S) |
Split the vertex v in two, attaching all the neighbors of v from n1 to n2 (included) to the new vertex. |
Defines the algorithms::split function.
Definition in file split.h.