Snake Polyominoes of Maximal Area in a Rectangle
Pith reviewed 2026-06-27 05:12 UTC · model grok-4.3
The pith
Snake polyominoes achieve explicit maximum areas in rectangles of height at most 5.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The authors present an algorithm that generates the set W of all snake-like polyominoes contained in an h by w rectangle and supply exact formulas for the maximum area a attainable by any member of W when h is at most 5.
What carries the argument
An enumeration algorithm that produces every binary matrix whose 4-adjacency graph is a path, used to compute the area maximum for each fixed height.
If this is right
- The maximum area a is given by a closed expression that depends only on w for each height from 1 to 5.
- All snake polyominoes inside rectangles of height at most 5 can be listed exhaustively by the algorithm.
- The maximal area increases linearly with width once height is fixed.
Where Pith is reading between the lines
- The same algorithmic approach could be used to search for patterns or recurrences that might yield formulas for heights greater than 5.
- The maximal-area expressions could be compared against known bounds for Hamiltonian paths on grid graphs.
- Knowing these exact maxima supplies concrete targets for testing whether other connectivity rules or polyomino families admit similar closed forms.
Load-bearing premise
The algorithm correctly enumerates every snake-like polyomino whose adjacency graph is a path under 4-connectivity.
What would settle it
Discovery of a single snake polyomino inside a 5 by w rectangle whose area exceeds the formula value for that w.
read the original abstract
Given a discrete rectangle R of dimensions h x w, let W be the set of snake-like polyominoes contained in R represented as binary matrices, i.e. polyominoes whose underlying simple graph is a chain with respect to the 4-adjacency relation. We present an algorithm that generates W for any h and w. Also, let a be the maximal area that can be realized by an element of W. We provide exact formulas of a for h <= 5 and any w.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper defines W as the set of snake-like polyominoes (4-connected paths) inside an h×w rectangle, presents an algorithm that generates all members of W for arbitrary h and w, and supplies exact closed-form expressions for the maximal area a when h≤5.
Significance. The combination of an explicit enumeration algorithm with closed-form maximal-area formulas for all widths at fixed small heights constitutes a complete solution for this bounded-height case. Such results are useful in polyomino enumeration and grid-path problems because the fixed height permits standard dynamic-programming or transfer-matrix techniques to be applied exhaustively.
minor comments (1)
- [Abstract] Abstract: a one-sentence outline of the algorithmic technique (e.g., dynamic programming over row configurations that track path endpoints) would help readers immediately understand how the enumeration is performed.
Simulated Author's Rebuttal
We thank the referee for the positive assessment of our manuscript, the accurate summary of its contributions, and the recommendation for minor revision. No specific major comments were raised.
Circularity Check
No significant circularity; enumeration yields independent formulas
full rationale
The paper defines W via the standard 4-connected path condition on binary matrices inside an h×w rectangle, supplies an explicit generation algorithm for W, and then reports closed-form expressions for the maximum cardinality a when h≤5. No equation equates a quantity to itself by definition, no fitted parameter is relabeled as a prediction, and no load-bearing step reduces to a self-citation or imported uniqueness claim. The bounded-height case permits standard exhaustive search whose output is then summarized algebraically; this chain is self-contained and externally verifiable by re-running the algorithm.
Axiom & Free-Parameter Ledger
Reference graph
Works this paper leans on
-
[1]
In: International Conference on Combinatorics on Words , Springer, pp
Alexandre Blondin Massé, Alain Goupil, Raphael L’Heureux & Louis Marin (2025): Maximal 2-Dimensional Binary Words of Bounded Degree . In: International Conference on Combinatorics on Words , Springer, pp. 37–48, doi:10.1007/978-3-031-97548-6_4
-
[2]
In: Handbook of formal lan- guages: volume 3 beyond words , Springer, pp
Dora Giammarresi & Antonio Restivo (1997): Two-dimensional languages. In: Handbook of formal lan- guages: volume 3 beyond words , Springer, pp. 215–267, doi:10.1007/978-3-642-59126-6_4
-
[3]
In: Formal Languages and Applications , Springer, pp
Kenichi Morita (2004): Two-dimensional languages. In: Formal Languages and Applications , Springer, pp. 427–437, doi:10.1007/978-3-540-39886-8_22
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.