libDAI
List of all members
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< K, T >.

Additional Inherited Members

- Public Attributes inherited from std::map< K, T >
keys
 STL member.
elements
 STL member.

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: