Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::steiner_tree::UnorderedNodePairHasher Class Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

int ogdf::steiner_tree::UnorderedNodePairHasher::operator() ( const NodePair v) const
inline

Definition at line 56 of file SteinerTreePreprocessing.h.


The documentation for this class was generated from the following file: