An open API service indexing awesome lists of open source software.

https://github.com/philzook58/pyres-wrapper

Wrapper to install PyRes as library and executables
https://github.com/philzook58/pyres-wrapper

Last synced: 3 months ago
JSON representation

Wrapper to install PyRes as library and executables

Awesome Lists containing this project

README

          

# PyRes-wrapper

PyRes is a simple python resolution theorem prover for first order logic. This is a wrapper to pip install it as a python package. See

Installation

```bash
git submodule init
git submodule update
python3 -m pip install -e .
```

Execution

```bash
python3 -m PyRes.pyres-fof -tifbp -HPickGiven5 -nlargest PyRes/EXAMPLES/PUZ001+1.p
```