A class used by the unordered_maps inside the reductions. More...
#include <ogdf/graphalg/SteinerTreePreprocessing.h>
Public Member Functions | |
int | operator() (const NodePair &v) const |
A class used by the unordered_maps inside the reductions.
The operator() is defined as a hashing function for NodePair. The pair is unordered: (u, v) equals (v, u).
Definition at line 54 of file SteinerTreePreprocessing.h.
Definition at line 56 of file SteinerTreePreprocessing.h.