#include <lemon/graph_utils.h>
Public Member Functions | |
PotentialDifferenceMap (const Graph &_graph, const NodeMap &_potential) | |
Constructor. | |
Value | operator[] (const Key &edge) const |
Const subscription operator. | |
Related Functions | |
(Note that these are not member functions.) | |
PotentialDifferenceMap< Graph, NodeMap > | potentialDifferenceMap (const Graph &graph, const NodeMap &potential) |
Just returns a PotentialDifferenceMap. |
|
Contructor of the map |
|
Const subscription operator |