SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Biconnected componetns Depth-First-Search visitor class. More...
#include <cncom.h>
Public Member Functions | |
TBiConVisitor () | |
TBiConVisitor (const int &Nodes) | |
void | DiscoverNode (int NId) |
void | FinishNode (const int &NId) |
void | ExamineEdge (const int &NId1, const int &NId2) |
void | TreeEdge (const int &NId1, const int &NId2) |
void | BackEdge (const int &NId1, const int &NId2) |
void | FwdEdge (const int &NId1, const int &NId2) |
Public Attributes | |
THash< TInt, TIntPr > | VnLowH |
THash< TInt, TInt > | ParentH |
TSStack< TIntPr > | Stack |
TCnComV | CnComV |
TIntSet | NSet |
TInt | Time |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |