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>

Inheritance diagram for dai::WeightedGraph< T >:

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: