Skip to content

Elio-yang/ppsat

 
 

Repository files navigation

Dependency

Install cmake:

sudo apt install cmake

Install gtest:

sudo apt install libgtest-dev
cd /usr/src/gtest
sudo cmake CMakeLists.txt
sudo make
sudo cp *.a /usr/lib

Compile

cmake .
make

Run

Run tests:

./runTests.sh

Run main solver:

src/unit 1 12345 # run this in one terminal
src/unit 2 12345 # run this in another terminal

About

Private SAT Solving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 47.7%
  • Makefile 29.6%
  • C 16.0%
  • Python 3.0%
  • C++ 2.5%
  • CMake 1.0%
  • Other 0.2%