Skip to content

whitemech/glucose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glucose SAT Solver

This repository mirrors the Glucose project on GitHub.

The original instructions for building the software are in README.

Dependencies

CMake

Differently from the original source code, we use CMake as a build tool.

On Ubuntu:

sudo apt-get install cmake

zlib

Glucose depends on zlib.

On Ubuntu:

sudo apt-get install zlib-dev

Build

To build the software, run the following commands:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j

The produced artifacts will be:

  • libglucose.a and libglucosep.a: the static libraries for the simple and parallel version of the SAT solver, respectively.
  • glucose-simp and glucose-syrup: the binaries for the simple and parallel version of the SAT solver, respectively.

About

Repository mirror to the Glucose SAT solver.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages