|
SNAP Library 3.0, Developer Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|

Go to the source code of this file.
Namespaces | |
| 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. More... | |
| void | TSnap::GetBiCon (const PUNGraph &Graph, TCnComV &BiCnComV) |
| Returns all bi-connected components of a Graph. More... | |
| void | TSnap::GetArtPoints (const PUNGraph &Graph, TIntV &ArtNIdV) |
| Returns articulation points of a Graph. More... | |
| void | TSnap::GetEdgeBridges (const PUNGraph &Graph, TIntPrV &EdgeV) |
| Returns bridge edges of a Graph. More... | |
| 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. More... | |
| 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. More... | |
| PUNGraph | TSnap::GetMxBiCon (const PUNGraph &Graph, const bool &RenumberNodes=false) |
| Returns a graph representing the largest bi-connected component on an undirected Graph. More... | |