Skip to content

TrevorHansen/Wombit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Languages

  • SMT 65.0%
  • C 17.0%
  • C++ 15.7%
  • CMake 0.8%
  • Yacc 0.6%
  • Python 0.4%
  • Other 0.5%