Skip to content

wenxiw2/Wombit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

go to this directory

For Debian-like platforms first install the prerequisites:
apt-get install cmake g++ zlib1g-dev libboost-all-dev flex bison

Then install minisat:
git clone https://github.com/stp/minisat.git
cd minisat && mkdir build && cd build
cmake ..
make
cd ../..

Then compile the portfolio solver:
cd stp && mkdir build && cd build
cmake ..
make

how to run the test cases: 
go to the "testcases" folder and copy the testcases to the "build" folder, and run the program
./stp_simple testcases.smt2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published