jonaprieto / online-atps

Run ATPs from SystemOnTPTP
MIT License
6 stars 1 forks source link
atp eprover metis theorem tptp vampire

OnlineATPs Build Status DOI

OnlineATPs is a command-line client for TPTP World. We can use an online ATP as it would be running locally. Indeed, SystemOnTPTP has available more than forty automatic theorem provers and we take avantage of all.

Requirements

$ ghc --version
$ cabal update
$ cabal install cabal-install
$ cabal --version

Installation

$ git clone https://github.com/jonaprieto/online-atps.git
$ cd online-atps
$ cabal install

Usage

$ online-atps --list-atps
$ online-atps --help
$ online-atps basic.tptp --atp=online-metis
$ online-atps basic.tptp --atp=online-metis --only-check

Contribute

Any contribution to improve this package is welcomed. Just check the issues or create a new one.