35namespace steiner_tree {
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.
Contains rules of thumb to decide which (sub-)algorithms to use for the generation of full components...
static bool shouldUseAllNodeDijkstra(int n, int m)
Returns true iff the rule of thumb predicts to call Dijkstra on all nodes instead of the algorithm by...
static bool shouldUseErickson(int n, int m)
Returns true iff the rule of thumb predicts to use the algorithm by Erickson et al instead of the Dre...
static bool shouldUseAllTerminalDijkstra(int n, int m, int t)
Returns true iff the rule of thumb predicts to call Dijkstra on all terminals instead of the algorith...
static double computeDensity(int n, int m)
Computes the ratio of edges to potential edges in a simple graph.
static bool shouldUseDijkstra(int k, int n, int m, int t)
Returns true iff the rule of thumb predicts to use multiple Dijkstra calls instead of the algorithm b...