Here you can find our Simulation Framework used in our WATT paper. You can find an overview of all artifacts used in our paper here.
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && make -j
./evalAccessTable tracefile outdir
New strategies can be added in /algos/
and have to be linked in /algos/Generators.cpp
and /algos/Generators.hpp
.
Configurations can be added in /evalAccessTable/evalAccessTable.cpp
.