Skip to content

Ning0Luo/ppsat-open

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published