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 >.
Represents an undirected weighted graph, with weights of type T, implemented as a std::map mapping undirected edges to weights.