nx_discount_test.nx
buildroot/runtime/nx_discount_test.nx
about
nx_discount_test.nx -- discount-loop saturation strategy smoke.
Verifies: (a) discount loop derives the empty clause (UNSAT) on the
classic test, (b) discount prunes more clauses than Otter on the
same input, (c) tautological inputs are dropped.
dependencies 9 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_subsumption.nxnx_tautology.nxnx_saturation.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
| 17 | const SYM_A: nx_int = 100 |
| 18 | const SYM_P: nx_int = 200 |
| 19 | const SYM_Q: nx_int = 201 |
| 20 | const SYM_EQ: nx_int = 50 |
functions
| 22 | func mk_p(p_sym: nx_int, c_sym: nx_int) -> *Term |
| 28 | func main() -> nx_exit |