Will there by a maximum on the number of squares per candidate tiling?
From another thread, it was said that a dimension of an encoded rectangle would be within a signed 32-bit, which implies that the largest case (largest rectangle: 2^31-1 x 2^31-1, smallest squares: 1x1) is nearly 2^62 squares.


