Code Documentation 3.5
Social Network Visualizer
Loading...
Searching...
No Matches
kernel_io_roundtrip_v5.h
Go to the documentation of this file.
1#pragma once
2
3#include "tools/cli/cli_common.h" // cli::CliConfig
4
5class Graph;
7
8namespace cli {
9
10// Schema v5 — IO roundtrip regression kernel (multirelational-aware).
11// - Always reports relations count + per-relation signatures.
12// - SAME-FORMAT roundtrip if exporter exists; otherwise performed=false.
13// - If roundtrip performed: strict equality across relations_bundle required.
14int runKernelIoRoundtripV5(const CliConfig &cfg,
15 const HeadlessLoadResult &load,
16 Graph &g);
17
18} // namespace cli
The Graph class This is the main class for a Graph, used in conjuction with GraphVertex,...
Definition graph.h:74
Definition cli_common.cpp:18
int runKernelIoRoundtripV5(const CliConfig &cfg, const HeadlessLoadResult &load, Graph &g)
Definition kernel_io_roundtrip_v5.cpp:534
Definition headless_graph_loader.h:29