SkillAgentSearch skills...

Batsat

A (parametrized) Rust SAT solver originally based on MiniSat

Install / Use

/learn @c-cube/Batsat
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

BatSat Build Latest Version

This is a Rust SAT solver forked from ratsat, a reimplementation of MiniSat.

For reference, a simple benchmark comparing it to minisat on a set of (easy) problems.

License

MIT licensed.

Features and Goals

Batsat is originally based on ratsat, a clone of minisat. However we want to extend batsat further and to provide the following features:

  • [x] proof production (in DRAT)
  • [x] easy access to unsat-cores (as subset of assumptions)
  • [x] ipasir interface for incremental solving
    • [ ] testing this interface
  • [x] debug framework using log (optional)
  • [x] OCaml bindings
  • [x] templated API to write SMT solvers
  • [ ] simplification techniques from Minisat+ (as an optional internal structure)
View on GitHub
GitHub Stars32
CategoryDevelopment
Updated5mo ago
Forks4

Languages

Rust

Security Score

77/100

Audited on Oct 22, 2025

No findings