TPI Command Formulae

Structure

Example, run with my_tpi_system Simple.tpi 300

    tpi(1,input,'Axioms/SET006+0.ax').
    fof(thI14,conjecture,
        ( ! [A] : equal_set(union(A,A),A) )).
    tpi(2,execute,'SZS_STATUS' =
        'eprover --auto --cpu-limit=$getargv(0) --tstp-format $getgroups(tpi)').
    tpi(3,write,'Status:' & $getenv('SZS_STATUS')).
    tpi(4,exit,exit(27)).

Implicit execute,self