Monthly Archives: September 2018

Fixed Image List Algorithm (FILA)A backtrack algorithm for solving tiling problems

I've designed a new backtrack algorithm for solving tiling problems that I call fixed image list algorithm (FILA). The algorithm is flexible in that it supports various ordering heuristics.1 By using a heuristic that always selects the first open cell, … Continue reading
Posted in Uncategorized | 6 Comments