nx_prover_eval_test.nx
buildroot/runtime/nx_prover_eval_test.nx
about
nx_prover_eval_test.nx -- realistic prover capability benchmark.
8 test cases of progressively harder proof shapes:
case 1 1-axiom-only trivial
case 2 2-step MP chain (A, A->B, B->C => C)
case 3 5-step MP chain
case 4 10-step MP chain
case 5 wide branching (axiom A; 10 unrelated impls; target = via_A)
case 6 missing premise (target unreachable; expect NO_RULES)
case 7 beyond budget (50-step chain, budget 10; expect FAILED_BUDGET)
case 8 deep chain inside large budget (50-step chain, budget 200)
dependencies 4 imports · 0 importers
imports: syscalls.nxnx_axioms.nxnx_prover.nxnx_prover_eval.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
| 18 | func main() -> i64 { |