forked from wenxiw2/Wombit
-
Notifications
You must be signed in to change notification settings - Fork 0
TrevorHansen/Wombit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
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%