Ross ROSS = Recommend OSS · open-source software intelligence for agents

niklasso/minisat

A minimalistic and high-performance SAT solver observed · 2026-08-28

github.com/niklasso/minisat · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6205
  • days_rel: n/a
  • days_push: 857
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1189 stars · 418 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MiniSat is a minimalistic, high-performance Boolean satisfiability (SAT) solver written in C++. It reads CNF formulas and either finds a satisfying assignment or proves unsatisfiability, and can be embedded as a C++ library or used as a command-line tool.

Use cases

  • solve boolean satisfiability problems from DIMACS CNF files
  • embed a SAT solver in a C++ application for constraint solving
  • verify hardware or software designs via SAT encoding
  • solve scheduling and planning problems reduced to SAT
  • use SAT as a backend for model checking or theorem proving

When to choose

  • you need a small, fast, well-understood SAT solver with a simple C++ API
  • you want a classic solver with proven heuristics (VSIDS, clause learning)
  • you need a command-line tool for DIMACS CNF instances

When to avoid

  • you need SMT, optimization (MaxSAT), or incremental solving features beyond basic SAT
  • you want a modern solver with active development and the latest performance improvements
  • you need a permissive license — MiniSat's MIT-style license has an unusual non-commercial clause

Facets

library · maturity maintenance

search-engine parser developer-tools cpp cross-platform sat-solver constraint-solving cnf boolean-satisfiability algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
niklasso/minisatmain32

For agents

markdown · JSON · MCP: product_card(name="niklasso/minisat")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem