The prototype as used in the paper can be downloaded here.
In order to build the prototype, you will need the following libraries and tools:
gringo
executable needs to be in your pathTo start the build process, use the following commands
tar xvf reconfigurator.tar.gz
cd reconfigurator
make -j
This will produce an artifact wasp
in the build
directory.
We are working on providing the prototype as a Docker container for easy setup. This is a work in progress, so please come back in the future.