code wiki / (root) / nx_pagerank_gate.nx

nx_pagerank_gate.nx

buildroot/runtime/nx_pagerank_gate.nx

3607 B56 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic pagerank
docsdependenciesstructsconstsfunctions

about

nx_pagerank_gate.nx -- proves nx_pagerank on synthetic graphs with KNOWN ranks (deterministic KAT; no network, no petabytes -- the build-now half, runs at NAS scale later). T1 symmetry, T2 authority order, T3 conservation, T4 dangling-node mass conservation. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_pagerank.nx nx_gate.nx nx_pagerank_gate.nx

imports: nx_pagerank.nxnx_gate.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gw sys_write pr_compute sys_mmap gn sys_write ↻ sys_mmap ↻ pr_sum pr_argmax sys_openat_append gwf

structs

none

consts

none

functions

7func gwf(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} if fd>=0 { sys_write(fd,s,n) } return 0 }
called by 1: main
9func main() -> i64