This repository contains files we used to generate HomFA's artifacts submitted to CAV'22. Please see the HomFA's page for the detail.
$ cd artifact-evaluation
$ mkdir build && cd build
$ cp ../../pack.sh .
$ ./pack.sh
$ docker build -f ../Dockerfile -t homfa:cav22 .
$ docker run -it -v $PWD/log:/log homfa:cav22
See the artifact's README for its usage.