This repository mirrors the Glucose project on GitHub.
The original instructions for building the software are
in README.
Differently from the original source code, we use CMake as a build tool.
On Ubuntu:
sudo apt-get install cmakeGlucose depends on zlib.
On Ubuntu:
sudo apt-get install zlib-devTo build the software, run the following commands:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -jThe produced artifacts will be:
libglucose.aandlibglucosep.a: the static libraries for the simple and parallel version of the SAT solver, respectively.glucose-simpandglucose-syrup: the binaries for the simple and parallel version of the SAT solver, respectively.