nx_pagerank_gate.nx
buildroot/runtime/nx_pagerank_gate.nx
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
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
structs
| none |
consts
| none |
functions
| 7 | func 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 |
| 9 | func main() -> i64 |