First, initialize and update the submodules:
git submodule update --init --recursiveApply the patches to mCRL2 and merc:
cd mCRL2
git apply ../mcrl2.patch
cd ../merc
git apply ../merc.patchFinally, for the results without applying the reachability on the projected parity games, apply the following patch:
cd merc/
git apply ../merc_no_reachability.patch