| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 

Go to the source code of this file.
Namespaces | |
| namespace | TSnap | 
| Main namespace for all the Snap global entities.  | |
Functions | |
| void | TSnap::GetBiConSzCnt (const PUNGraph &Graph, TIntPrV &SzCntV) | 
| Returns a distribution of bi-connected component sizes.   | |
| void | TSnap::GetBiCon (const PUNGraph &Graph, TCnComV &BiCnComV) | 
| Returns all bi-connected components of a Graph.   | |
| void | TSnap::GetArtPoints (const PUNGraph &Graph, TIntV &ArtNIdV) | 
| Returns articulation points of a Graph.   | |
| void | TSnap::GetEdgeBridges (const PUNGraph &Graph, TIntPrV &EdgeV) | 
| Returns bridge edges of a Graph.   | |
| void | TSnap::Get1CnComSzCnt (const PUNGraph &Graph, TIntPrV &SzCntV) | 
| Distribution of sizes of 1-components, maximal number of components that can be disconnected from the Graph by removing a single edge.   | |
| void | TSnap::Get1CnCom (const PUNGraph &Graph, TCnComV &Cn1ComV) | 
| Returns 1-components: maximal connected components of that can be disconnected from the Graph by removing a single edge.   | |
| PUNGraph | TSnap::GetMxBiCon (const PUNGraph &Graph, const bool &RenumberNodes=false) | 
| Returns a graph representing the largest bi-connected component on an undirected Graph.   | |