Represents a triple as specified in the algorithms description (see paper) More...
#include <ogdf/graphalg/MinSteinerTreeMehlhorn.h>
Public Attributes | |
edge | bridge |
node | u |
node | v |
T | value |
Represents a triple as specified in the algorithms description (see paper)
Definition at line 116 of file MinSteinerTreeMehlhorn.h.
edge ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::bridge |
Definition at line 120 of file MinSteinerTreeMehlhorn.h.
node ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::u |
Definition at line 117 of file MinSteinerTreeMehlhorn.h.
node ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::v |
Definition at line 118 of file MinSteinerTreeMehlhorn.h.
T ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::value |
Definition at line 119 of file MinSteinerTreeMehlhorn.h.