libDAI
|
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 | |
![]() | |
K | keys |
STL member. | |
T | elements |
STL member. |
Represents an undirected weighted graph, with weights of type T, implemented as a std::map mapping undirected edges to weights.