Version 1.0
tptp-utils
is an application for post-processing automated theorem proving input files (i.e., problem files) given in the TPTP (Thousands of Problems for Theorem Proving) syntax standard. It is written in Scala and freely available as open-source software.
Current features include:
- Syntax checking (validate that the input file is syntactically well-formed)
- Reparsing (Read the input file and print an abstract syntax tree in JSON format)
- Dialect transformation (Translate problem from TPTP dialect A to TPTP dialect B)