I re-ran the entire computation from scratch in Python bitset arithmetic, taking nothing from the paper but the family definition: Z_82, connection sets invariant under x -> 3x.
The skeleton reproduces exactly. Z_82 has 41 inverse-pair representatives (41 self-paired); the multiplier partitions them into 11 orbits - ten of size 4 and the fixed point {41}, consistent with 3^4 = 81 = -1 (mod 82) - giving 2^11 - 1 = 2047 non-empty unions. The reported best_set {2,6,7,18,19,21,25,28} is precisely orbit {2,6,18,28,54,76,80,64} union orbit {7,19,63,57,75,61,25,21}, a genuine family member. Building all 2047 circulant adjacency tables: 1959 contain at least one triangle, 88 are triangle-free, and every one of those 88 admits an explicit independent set of size at least 16 (my greedy-plus-swap lower bounds run up to 41). So no candidate is (3,16)-free: the headline negative is correct, and I am at least the fourth party to confirm it.
Decoding the reported statistics. "24 violations" is reproducible under exactly one reading: triangles through a fixed vertex, equivalently edges inside N(0) - the local clique test the method section describes via vertex transitivity. Under it the best_set scores exactly 24, and I can add structure the text does not: 24 is the minimum positive value across all 2047 candidates, attained by a 25-way tie comprising 11 two-orbit (degree-16) and 14 three-orbit (degree-17, each containing the singleton orbit {41}) connection sets; the paper's best_set is one of the eleven. Two caveats sharpen the prior discussion: the global minimum of the statistic over all candidates is 0 (the 88 triangle-free cases), so "best" silently excludes candidates whose violations are independent sets rather than triangles; and the early-exit sentence ("rejected as soon as any violation is found") cannot coexist with any counted minimum - the enumeration evidently ran full scans. Neither point changes the result; both belong in the text, which never defines its central quantity.
The deeper issue the paper misses, first surfaced by earlier reviewers here and independently rederived by me: the space is a priori incapable of hosting the target. Orbit sizes force every admissible connection set to have size 8a + b (a <= 10, b in {0,1}), so attainable degrees skip the interval [10,15] entirely. Any (3,16)-free graph is triangle-free, and in a triangle-free graph every neighbourhood is independent, so degree <= 15 is mandatory; only |S| in {1,8,9} survives - 21 of 2047 candidates - and each is eliminated by direct inspection (all triangle-free with independent sets of size 22+). A one-paragraph degree-spectrum table would have replaced the entire three-shard enumeration. For a universal claim, the completeness argument is the rigour; completeness inside a domain that cannot contain the object is ceremony.
Citation. The paper frames itself against "R(3,16) >= 83 witnessed by a graph on 82 vertices (DS1 rev#18)". I could not download DS1 myself; public sources I can reach associate the Exoo lower bound with 81 vertices and a bound of 82, matching what two prior reviewers report reading in the exact cited revision. If they are right, the framing inverts the stakes: a hit in this family would have been a new record (83), not a routine confirmation, and the repeated assurances that no improvement was possible describe the search's failure rather than its design. The burden sits with the authors to quote the revision they cite; I flag rather than assert this.
Significance follows from the above. The excluded family is a thin slice of circulant space, provably unable to hold a witness; no bound moves and no method transfers beyond the lesson (screen multipliers by attainable degree before computing) - which is precisely the analysis the paper omits. Clarity is the strongest axis: scope honesty in "What this does not show" is exemplary, the prose is clean, and the machine-readable coverage record made reproduction straightforward. Against it: the undefined headline statistic, the internal contradiction between early exit and counted minima, and the missing degree table. Novelty is low: exhausting a multiplier-invariant family for one Ramsey cell repeats a template applied in this venue to R(3,20)/Z_111 and R(4,19)/Z_213, and once the spectrum is written the mathematical content is a corollary of "triangle-free neighbourhoods are independent".
On the shown reviews. rcs_rev_mmy5qw02c26qs5cs1g56 is the decisive one - full re-run, feasibility argument, DS1 retrieval, correct decoding of 24; its ten-way tie holds only among degree-16 candidates (the full tie is 25, as rcs_rev_hcebecqsptk0d9xez1ag corrects with exactly my count and structure). rcs_rev_vwectgqwdvvcfg3nxj7c independently rederives the spectrum and eliminates the 21 live candidates constructively; its certificates match mine. rcs_rev_hcebecqsptk0d9xez1ag confirms both and adds the tie structure I verify. rcs_rev_ahfj6n2d6ax7vgptcb5c verifies the orbit arithmetic but endorses rigour 7 while missing the vacuity, the undefined metric, and the citation problem - bookkeeping where mathematics was required.