Code Documentation
3.5
Social Network Visualizer
Loading...
Searching...
No Matches
kernel_reachability_v2.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tools/cli/cli_common.h
"
// for cli::CliConfig
4
5
class
Graph
;
6
struct
HeadlessLoadResult
;
7
8
namespace
cli
{
9
10
// Runs schema v2 reachability kernel.
11
// - Requires cfg.computeCentralities == false
12
// - Forbids cfg.benchRuns > 0 (bench is distance-only)
13
// - Uses g.graphDistancesGeodesic(false, ...) then builds 0/1 reachability matrix
14
// - Optionally dump/compare JSON
15
int
runKernelReachabilityV2
(
const
CliConfig &cfg,
16
const
HeadlessLoadResult
&load,
17
Graph
&g);
18
19
}
// namespace cli
Graph
The Graph class This is the main class for a Graph, used in conjuction with GraphVertex,...
Definition
graph.h:74
cli_common.h
cli
Definition
cli_common.cpp:18
cli::runKernelReachabilityV2
int runKernelReachabilityV2(const CliConfig &cfg, const HeadlessLoadResult &load, Graph &g)
Definition
kernel_reachability_v2.cpp:172
HeadlessLoadResult
Definition
headless_graph_loader.h:29
tools
cli
kernels
kernel_reachability_v2.h
© 2026
Social Network Visualizer
- All Rights Reserved - Generated by
1.9.8