Tables 1-3 and the ALFDs of the MN sets were computed with the fortran program longpred.f90, compiled with Intel Fortran Composer XE 2013 SP1. Output files are stored in the folder c:/out/. 

The program uses (a small subset of) the helper modules stored in files ML6.f90, myfuncs.f90 and dotops.f90, which should be compiled together with longpred.f90. Compilation requires linking against 

1) the IMSL fortran library (we used version 6)
2) the matlab engine library (we used version R2013b)

The matlab engine is only used for input and output (saving matrices, and printing matrices on screen), so with some relatively minor modifications to longpred.f90, reliance on the matlab engine library could be avoided. 