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

Directories | |
| baselines | |
| cli | |
Files | |
| headless_graph_loader.cpp | |
| headless_graph_loader.h | |
| matrix_storage_bench.cpp | |
| Standalone WS5 A2.0 benchmark: QHash<int, QPair<int,qreal>> (current APSP storage, one per GraphVertex) vs. a flat Matrix (proposed APSP storage), measuring construction and lookup speed for a single (N, topology, structure) configuration per run. Peak RSS is measured externally by the driver script (see scripts/run_matrix_storage_bench.sh), not by this process itself — see the note above buildComponents() for why. | |
| socnetv_cli.cpp | |
This directory contains headless utilities used for refactoring safety nets.
socnetv-cli loads a dataset headlessly (no GUI) and runs one of nine analysis kernels — distance, reachability, walks, prominence, io_roundtrip, clustering, connectivity, matrix, vertex_connectivity — dumping or strictly comparing deterministic JSON golden outputs.
See: SOCNETV_CLI_REGRESSION_TOOL