libDAI
|
Represents an undirected graph, implemented as a std::set of undirected edges. More...
#include <dai/weightedgraph.h>
Inherits std::set< K >.
Public Member Functions | |
GraphEL () | |
Default constructor. | |
template<class InputIterator > | |
GraphEL (InputIterator begin, InputIterator end) | |
Construct from range of objects that can be cast to UEdge. | |
GraphEL (const GraphAL &G) | |
Construct from GraphAL. |
Additional Inherited Members | |
![]() | |
K | keys |
STL member. |
Represents an undirected graph, implemented as a std::set of undirected edges.
|
inline |
Default constructor.
|
inline |
Construct from range of objects that can be cast to UEdge.