nx_avatar_encode_test.nx
buildroot/runtime/nx_avatar_encode_test.nx
about
nx_avatar_encode_test.nx -- AVATAR encoder smoke.
dependencies 10 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_clause_components.nxnx_avatar_split.nxnx_sat_solver.nxnx_avatar_encode.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
| 14 | const SYM_A: nx_int = 100 |
| 15 | const SYM_B: nx_int = 101 |
| 16 | const SYM_P: nx_int = 200 |
| 17 | const SYM_Q: nx_int = 201 |
| 18 | const VAR_X: nx_int = 0 |
| 19 | const VAR_Y: nx_int = 1 |
functions
| 21 | func mk_p(p_sym: nx_int, c_sym: nx_int) -> *Term |
| 27 | func mk_p_var(p_sym: nx_int, var_id: nx_int) -> *Term |
| 33 | func place(arr: *Clause, i: nx_int, src: *Clause) called by 1: main |
| 39 | func main() -> nx_exit |