Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/MichaelRawson/satcop

Connection tableaux with SAT solving.
https://github.com/MichaelRawson/satcop

Last synced: about 1 month ago
JSON representation

Connection tableaux with SAT solving.

Lists

README

        

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

## Build
Install a Rust toolchain: [rustup](https://rustup.rs) is convenient for this.

```
$ cargo build --release
```

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

## Usage
```
$ satcop --help
```