#include <decomp.h>
Public Member Functions | |
Node (int weight_=0) | |
Public Attributes | |
map< int, set< Edge >::iterator > | adj |
int | weight |
int | component |
Private Member Functions | |
int | set_component (int comp) |
Friends | |
class | DecompGraph |
Definition at line 24 of file decomp.h.
int DecompGraph::Node::set_component | ( | int | comp | ) | [private] |
friend class DecompGraph [friend] |
map<int, set<Edge>::iterator> DecompGraph::Node::adj |