![]() |
Code Documentation 3.7
Social Network Visualizer
|

Files | |
| graph_matrix_adjacency.cpp | |
| Implements Graph methods for building adjacency-based matrices (adjacency and inverse adjacency) from the current network state. | |
| graph_matrix_distances.cpp | |
| Implements construction of the SIGMA (shortest-paths count) and DM (geodesic distance) matrices for the Graph class, from cached APSP results. | |
| graph_matrix_reachability.cpp | |
| Implements construction of the XRM (reachability) and XM/XSM (walks) matrices for the Graph class. | |