Skip to content

butyess/cdcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDCL SAT Solver

Build

Rust version supported: 1.67.0. Works only on linux.

  1. Compile: cargo build --bin dimacs --release
  2. Executable will be in target/release/dimacs

Usage

$ target/release/dimacs --help
Usage: dimacs [OPTIONS]

Options:
      --no-model        Hide model when satisfiable
      --no-proof        Hide proof when unsatisfiable
  -f, --from <FROM>     Read from file. If none, reads from stdin
  -o, --out <OUT>       Output to file. If none, outputs to stdout
  -d, --debug           Display information to stderr during solving
      --disable-forget  Wether to use the forget euristic or not
  -h, --help            Print help information
  -V, --version         Print version information

About

Conflict-driven clause learning.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages