- clone this repository
- install docker
- for Ubuntu run
sudo apt updatesudo apt install docker.io
- for Ubuntu run
cd CounterexampleClassification- run
docker build -t counterexample-classification . - run
docker run -it counterexample-classification shitflag lets us run interactively and executesshon the container, so we have a terminal
- now we're in the container and we can run the
build.shscript like so:./build.sh tcp all 7 T- first arg is the experiment:
{sym, pub, tcp, pc} - second arg is predicate set:
{all, default} - third arg is scope:
{1~25}- can go higher, but the program will likely run out of memory
- fourth arg is redundancy check:
{T, F}- checks whether we want to check for redundant classes or not at the end of classification
- first arg is the experiment:
Here's a video showing a quick install on a fresh AWS EC2 Ubuntu instance: