dai::WeightedGraph< T > Class Template Reference
Represents an undirected weighted graph, with weights of type
T, implemented as a std::map mapping undirected edges to weights.
More...
#include <dai/weightedgraph.h>
Detailed Description
template<class T>
class dai::WeightedGraph< T >
Represents an undirected weighted graph, with weights of type
T, implemented as a std::map mapping undirected edges to weights.
The documentation for this class was generated from the following file: