Skip to content

A simple repackaging of the Vampire automated theorem prover

Notifications You must be signed in to change notification settings

philzook58/pyvampire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vampire

A simple repackaging of the Vampire automated theorem prover for ease of installation and execution from python. All rights and licensing are up to the Vampire team.

Supplies an x86_64 binary built under Ubuntu 22.04. If you are not running something similar, this is unlikely to work.

Installation

git clone https://github.com/philzook58/pyvampire
cd pyvampire
python3 -m pip install -e .

or

pip install git+https://github.com/philzook58/pyvampire
import vampire
vampire.binpath()
vampire.run(["/tmp/test.p"], capture_output=True) # same arguments as subprocess.run

About

A simple repackaging of the Vampire automated theorem prover

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published