Represents an undirected graph, implemented as a std::set of undirected edges. More...
#include <dai/weightedgraph.h>
Inherits std::set< UEdge >.
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. |
Represents an undirected graph, implemented as a std::set of undirected edges.
dai::GraphEL::GraphEL | ( | ) | [inline] |
Default constructor.
dai::GraphEL::GraphEL | ( | InputIterator | begin, | |
InputIterator | end | |||
) | [inline] |
Construct from range of objects that can be cast to UEdge.