The code was built under Visual C++ 2005 (Windows platform). It may not work with other compilers.

Step by step instructions:
1. Open the file "FF2LSN.sln" in Visual C++ 2005
2. Select the solution configuration "Rel_Nauty_AUTG_DCSt1to1TreatmentS" (should be the default configuration)
3. Build the solution. The executable "FF2LSN.exe" will be stored in the "bin" folder.
4. To execute, run the executable and provide valid inputs at the command prompt as requested. Alternatively, you may supply command line arguments, in the format "max_factors max_fraction resolution output_filename" (e.g. arguments "20 15 3 out" generate all 32 run resolution >=3 designs up to 20 factors).
5. Two output files are generated: out.txt and out_stats.csv. The first file contains the non-isomorphic collection of designs, given by their generators. The second file contains computation time data (this file can be suppressed by undefining the preprocessor variable 'GET_STATS' in ff2_main.cpp).

