Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages