Public Types | |
typedef std::pair< unsigned, unsigned > | super |
Public Member Functions | |
unsigned & | source () |
unsigned & | target () |
unsigned | source () const |
unsigned | target () const |
template<class S , class T > | |
Edge (S source, T target) | |
template<class S , class T , class W > | |
Edge (S source, T target, W weight) | |
bool | operator== (const Edge &e) const |
bool | operator< (const Edge &e) const |
Public Attributes | |
float | weight |