Public Types | |
typedef graph_traits< Graph > | GraphTraits |
typedef GraphTraits::vertex_descriptor | vertex_descriptor |
Public Member Functions | |
MC (int val, list< vertex_descriptor > nod) | |
MC< Graph > & | operator= (const MC< Graph > &x) |
Public Attributes | |
int | value |
list< vertex_descriptor > | nodes |
Definition at line 17 of file min_cut.h.