A theorem prover for first-order logic based on connection tableau and SAT solving.
Install a Rust toolchain: rustup is convenient for this.
$ cargo build --release
There should now be an executable at target/release/satcop
.
$ satcop --help
A theorem prover for first-order logic based on connection tableau and SAT solving.
Install a Rust toolchain: rustup is convenient for this.
$ cargo build --release
There should now be an executable at target/release/satcop
.
$ satcop --help