vampire-sys 0.5.2

Low-level FFI bindings to the Vampire theorem prover (use the 'vampire' crate instead)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
test: usage trace api cnf icnf mbt contrib
api:
	@api/run.sh
cnf:
	@cnf/run.sh
icnf:
	@icnf/run.sh
mbt:
	@mbt/run.sh
trace:
	@trace/run.sh
usage:
	@usage/run.sh
contrib:
	@contrib/run.sh
.PHONY: test api cnf icnf mbt trace usage contrib