Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 310 Bytes

SATCoP

A theorem prover for first-order logic based on connection tableau and SAT solving.

Build

Install a Rust toolchain: rustup is convenient for this.

$ cargo build --release

There should now be an executable at target/release/satcop.

Usage

$ satcop --help