Declaration of st-Numbering functions. More...
#include <ogdf/basic/NodeArray.h>
Go to the source code of this file.
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Functions | |
int | ogdf::computeSTNumbering (const Graph &G, NodeArray< int > &numbering, node s=nullptr, node t=nullptr, bool randomized=false) |
Computes an st-Numbering of G . | |
bool | ogdf::isSTNumbering (const Graph &G, NodeArray< int > &st_no, int max) |
Tests, whether a numbering of the nodes is an st-numbering. | |
Declaration of st-Numbering functions.
Definition in file STNumbering.h.