felixguendling / kissat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT Build Status

The Kissat SAT Solver

Kissat is a "keep it simple and clean bare metal SAT solver" written in C. It is a port of CaDiCaL back to C with improved data structures, better scheduling of inprocessing and optimized algorithms and implementation.

Coincidentally "kissat" also means "cats" in Finnish.

Run ./configure && make test to configure, build and test in build.

See NEWS.md for feature updates.

About

License:MIT License


Languages

Language:C 98.2%Language:Shell 1.6%Language:CMake 0.1%Language:Makefile 0.0%Language:Roff 0.0%