epfl-lara / lisa

Proof assistant based on first-order logic and set theory
Apache License 2.0
33 stars 18 forks source link

Running solvers on TPTP + converting kernel proofs to Lisa code #208

Open augustepoiroux opened 8 months ago

augustepoiroux commented 8 months ago

This pull request adds the following files:

A few files in lisa-utils are modified to improve the string conversion correctness: Common.scala, FOLHelpers.scala, Sequents.scala

TPTP parser script is also updated to handle edge cases: KernelParser.scala