kissat
Kissat is a high-performance open-source solver for propositional satisfiability problems. It is implemented primarily in C and C++, designed to be fast and robust across a wide range of benchmarks. Kissat accepts formulas in the DIMACS CNF format and provides a command-line interface as well as an API for integration into other software.
Its solver core is a modern CDCL (conflict-driven clause learning) engine. It uses efficient data structures
Development and usage: Kissat is maintained by a team of researchers and contributors and is widely used
See also: other prominent SAT solvers such as Minisat, Glucose, Lingeling, and CryptoMiniSat.