code wiki / _hdl_build / nx_autofix_cascade_gate.nx
nx_autofix_cascade_gate.nx
buildroot/runtime/_hdl_build/nx_autofix_cascade_gate.nx
about
nx_autofix_cascade_gate.nx -- gate for THE NEURO-SYMBOLIC ENSEMBLE (nx_autofix_cascade).
On nx_gate_verdict (D001 law). Proves the union is computed correctly + sound:
T1 instance green in ledger1 ONLY -> resolved
T2 instance green in ledger2 ONLY -> resolved (complementarity = the whole point)
T3 instance MISS in both -> unresolved
T4 union count exact (3/4 over the synthetic complementary pair)
T5 property-verified count = greens with symj=GREEN (soundness signal)
T6 single-ledger mode = just ledger1 (2/4) -- degrades to one maker cleanly
Requires /tmp/nx_autofix_cascade.sov.elf staged. license_tier: ORIGINAL expect_exit: 0
dependencies 4 imports · 0 importers
imports: nx_seg_store.nxnx_deploy_lib.nxnx_gate_verdict.nxnx_syscalls.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
| 15 | const ACG_CAP: i64 = 65536 |
functions
| 17 | func acg_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 18 | func acg_has(q: *u8, n: i64, s: *u8) -> i64 |
| 32 | func main() -> i64 |