mcrl22lps -fDnw ../bakery.mcrl2 |lpsconstelm | lpsparelm > ../bakery.lps
lps2pbes -f no_deadlock.mcf ../bakery.lps | pbesrewr -psimplify | pbesconstelm | pbesparelm  > bakery.no_deadlock.pbes
echo -ne 'Answer by under-approximation: '
pbesabsinthe -sunder -a../abstraction.txt bakery.no_deadlock.pbes bakery.no_deadlock.absinthe.pbes
pbes2bool -s3 bakery.no_deadlock.absinthe.pbes
echo -ne 'Answer by over-approximation: '
pbesabsinthe -sover -a../abstraction.txt bakery.no_deadlock.pbes bakery.no_deadlock.absinthe.pbes
pbes2bool -s3 bakery.no_deadlock.absinthe.pbes
rm *.pbes
rm ../*.lps
