Declaration of the Random Hierarchy graph generator. More...
#include <ogdf/basic/Graph.h>
Go to the source code of this file.
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Functions | |
Randomized graph generators | |
void | ogdf::randomHierarchy (Graph &G, int n, int m, bool planar, bool singleSource, bool longEdges) |
Creates a random hierarchical graph. | |
Declaration of the Random Hierarchy graph generator.
Definition in file randomHierarchy.h.