#include <ogdf/graphalg/steiner_tree/FullComponentGeneratorCaller.h>
Static Public Member Functions | |
static void | computeDistanceMatrix (NodeArray< NodeArray< T >> &distance, NodeArray< NodeArray< edge >> &pred, const EdgeWeightedGraph< T > &graph, const List< node > &terminals, const NodeArray< bool > &isTerminal, int restricted) |
Computes distance and predecessor matrix. More... | |
Definition at line 46 of file FullComponentGeneratorCaller.h.
|
static |
Computes distance and predecessor matrix.
Definition at line 55 of file FullComponentGeneratorCaller.h.