Rust製SATソルバー一覧

Here's the list of SAT solvers in crates.io.

varisat

A CDCL based SAT solver (command line tool)

batsat

Extensible SAT solver in Rust

cryptominisat

Rust bindings for Cryptominisat, a boolean satisfiability solver

splr

My solver.

Related project

bcsat

A parser, printer and related utilities for BCSAT

ipasir

Bindings for the IPASIR API to communicate with incremental SAT solvers.