Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 549 Bytes

homfa-cav22

This repository contains files we used to generate HomFA's artifacts submitted to CAV'22. Please see the HomFA's page for the detail.

Build and Run

$ 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.