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>

Inherits std::map< UEdge, T >.

List of all members.


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:
Generated on Sun May 9 16:51:38 2010 for libDAI by  doxygen 1.6.3