code wiki / (root) / nx_fof_tseitin_test.nx

nx_fof_tseitin_test.nx

buildroot/runtime/nx_fof_tseitin_test.nx

6256 B146 linesdepth 8pulls 19 transitivereach 0 importersview sourcekind gate/prooftopic fof
docsdependenciesstructsconstsfunctions

about

nx_fof_tseitin_test.nx -- Tseitin transformation smoke.

dependencies 16 imports · 0 importers

nx_syscalls.nx nx_runtime.nx nx_tier.nx nx_str.nx nx_result.nx nx_unify.nx nx_resolution.nx nx_subsumption.nx nx_tautology.nx nx_saturation.nx nx_fof_tseitin_test.nx

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

imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_str.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_subsumption.nxnx_tautology.nxnx_saturation.nxnx_tptp_symtab.nxnx_tptp_term.nxnx_fof.nxnx_fof_parse.nxnx_fof_cnf.nxnx_fof_tseitin.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 nx_tptp_symtab_new sys_mmap ↻ parse_to_nnf nx_str_len mk_input nx_str_len ↻ sys_mmap ↻ sys_mmap ↻ nx_fof_parse nx_fof_parse_iff nx_fof_drop_forall nx_fof_drop_forall ↻ nx_fof_neg sys_mmap ↻ nx_fof_binary sys_mmap ↻ nx_fof_skolemize sys_mmap ↻ nx_fof_skolem_walk nx_fof_neg ↻ nx_fof_skolem_walk ↻ nx_fof_binary ↻ nx_fof_quantified sys_mmap ↻ nx_term_const sys_mmap ↻ sys_mmap ↻ nx_term_app sys_mmap ↻ nx_fof_subst_var nx_fof_atom sys_mmap ↻ nx_term_subst_var sys_mmap ↻ nx_term_arg

structs

none

consts

20const SYM_EQ: nx_int = 50
21const NX_TS_CAP: nx_int = 64

functions

23func mk_input(s: *u8) -> *u8
called by 1: parse_to_nnf calls 2: nx_str_lensys_mmap
32func parse_to_nnf(input: *u8, st: *TptpSymtab) -> *Fof
42func main() -> nx_exit