#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. | |
Definition at line 41 of file FullComponentGeneratorCaller.h.
|
static |
Computes distance and predecessor matrix.
Definition at line 50 of file FullComponentGeneratorCaller.h.