A class used by the unordered_maps inside the reductions. More...
#include <ogdf/graphalg/SteinerTreePreprocessing.h>
Public Member Functions | |
bool | operator() (const NodePair &pair1, const NodePair &pair2) const |
A class used by the unordered_maps inside the reductions.
The operator() is defined as an equality function for NodePair. The pair is unordered: (u, v) equals (v, u).
Definition at line 67 of file SteinerTreePreprocessing.h.
|
inline |
Definition at line 69 of file SteinerTreePreprocessing.h.