This repository contains the source code for the Intel(R) SAT Solver (IntelSAT).
Compilation requires g++ version 10.1.0 or higher.
- To compile the IntelSAT executable in Release mode, run:
make rs
- To compile the IntelSAT library in Release mode, run:
make libr
- For additional compilation options, please refer to the Makefile.
The scripts
directory contains useful scripts for verification, fuzzing, and delta-debugging of IntelSAT. Please refer to scripts/README.md
for further details.
The third_party
directory includes third-party tools used by the validation scripts mentioned above. For more details, see:
third_party/README.md
third_party/LICENSE
If you use IntelSAT in your work, please cite the following paper:
Alexander Nadel. "Introducing Intel(R) SAT Solver", SAT'22.