code wiki / (root) / nx_casc_runner_test.nx

nx_casc_runner_test.nx

buildroot/runtime/nx_casc_runner_test.nx

8590 B215 linesdepth 9pulls 25 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_casc_runner_test.nx -- run the substrate against the TPTP-Easy corpus in tests/tptp/casc/ and emit per-problem honest verdict + aggregate scoreboard. Per honest-perf-verdict cardinal: sealed-enum verdict per axis, named blockers for unmeasurable axes (no Vampire binary, no full CASC corpus download). CASC-style scoreboard: problems_solved_in_budget / total.

dependencies 23 imports · 0 importers

nx_syscalls.nx nx_runtime.nx nx_tier.nx nx_str.nx nx_result.nx nx_file_result.nx nx_unify.nx nx_resolution.nx nx_subsumption.nx nx_tautology.nx nx_casc_runner_test.nx

diagram shows first 10 each side; +13 more imports, +0 more importers in the complete lists below.

imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_str.nxnx_result.nxnx_file_result.nxnx_unify.nxnx_resolution.nxnx_subsumption.nxnx_tautology.nxnx_disctree.nxnx_paramodulation.nxnx_saturation.nxnx_pre_sat.nxnx_sine.nxnx_tptp_symtab.nxnx_tptp_term.nxnx_tptp_formula.nxnx_tptp_load.nxnx_fof.nxnx_fof_parse.nxnx_fof_cnf.nxnx_tptp_load_any.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main println sys_write strlen sys_mmap sys_mmap ↻ run_problem nx_tptp_load_any_file sys_mmap ↻ nx_read_file_result sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close nx_result_err sys_mmap ↻ nx_result_ok sys_mmap ↻ nx_result_is_err nx_result_unwrap nx_tptp_symtab_new sys_mmap ↻ nx_tptp_load_skip nx_tptp_load_skip ↻ nx_tptp_load_read_ident nx_str_eq nx_result_err ↻ nx_tptp_symtab_reset_vars nx_tptp_parse_cnf_clause nx_tptp_term_skip_ws nx_clause_new sys_mmap ↻ nx_tptp_parse_literal nx_tptp_term_skip_ws ↻ nx_tptp_parse_term nx_tptp_term_skip_ws ↻ sys_mmap ↻ nx_tptp_term_read_ident

structs

none

consts

35const SYM_EQ: nx_int = 50
36const RUNNER_BUDGET: nx_int = 5000

functions

45func run_problem(path: *u8) -> nx_int
106func main() -> nx_exit