size modification date name of file file type ------------------------------------------------------------------------------ 2980 bytes 2026-08-31 12:56 README ASCII-text 23834242 bytes 2026-08-31 12:46 all_known_solutions ASCII-data 211 files 2026-08-19 23:42 configurations Directory 16686 bytes 2026-07-12 14:57 no3in_functions.c C-source 4109 bytes 2026-07-12 14:41 no3in_functions.h C-source 9 files 2026-06-14 22:28 solutions_by_symmetry Directory 3068 bytes 2026-06-10 10:30 db_count.c C-source 7394 bytes 2026-06-03 14:49 decode_check_normalize_compare.c C-source 16589 bytes 2026-04-23 19:34 iden.c C-source 4824 bytes 2026-04-21 19:35 decode_check_normalize.c C-source 15645 bytes 2026-03-19 10:49 fullnew.c C-source *** Short Explanation of Purpose of Files *** README gives an overview of all files in this directory all_known_solutions all (to me) known no-three-inline problem solutions aka. valid configurations configurations directory where each file contains the known solutions for a fixed gridsize n and a fixed symmetry (iden,dia1,rot2,ort1,rot4,rct4,dia2, solutions_by_symmetry directory which contains 9 directories for the 9 (pseudo-)symmetries iden,dia1,rot2,ort1, rot4,rct4,dia2,ort2 and full, each containing the known solutions for a given grid size no3in_functions.c commonly used routines to manipulate solutions no3in_functions.h header file for no3in_functions.c db_count.c to make a statistic of a file of solutions decode_check_normalize_compare.c to decode, check, normalize, compare and store possible solutions read from a given file or from stdin (it stores only if option -S is given and the solution is not in the database) decode_check_normalize.c to decode, check, normalize possible solutions read as command parameter/strings fullnew.c the C-program which generates all full symmetric solutions (I continued this year the search up to all n <= 98. Previously I had only searched up to n <= 82) iden.c the C-program which generates all solutions