Residual Sum Forcing: Step-by-Step Guide
Residual sums track how much value remains in a run after partial placements. By balancing those leftovers across the open cells, you can infer exact digits even when several candidates seem plausible.
Prerequisites
- Locked Sets
- Comfort pruning combinations and updating candidate notes every few moves.
How to recognize it
- A long run has multiple empty cells, but the remaining total narrows the possible digit mix.
- Two cells must add to a specific leftover amount, yet each intersects different runs.
- Updating the residual sum after a placement causes another cell’s candidates to collapse.
Step-by-step walkthrough
- Record the current total placed in the run and subtract from the clue to obtain the residual sum.
- List all combinations for the remaining cells that satisfy the residual sum while respecting unique digits.
- Cross-reference intersecting runs to eliminate combinations that clash with their candidates.
- When only one combination survives, place the digits or lock the relevant sets; otherwise, monitor how future placements change the residual total.
Why it works
Every time you place a digit, you reduce the leftover sum for that run. Eventually the remaining value can only be built from a narrow set of digits, making it easier to pinpoint where high or low numbers must land.
Tactics to try
- High/low split: Separate candidate digits into low (1–4) and high (6–9) buckets. If the residual sum requires at least one high digit, eliminate low-only cells.
- Edge balancing: When the first and last cells of a run connect to restrictive intersections, solve them first and let the residual dictate the middle digits.
- Residual pairs: Two adjacent cells sharing the residual sum (for example, needing 10 across two cells) force you to explore the limited options {1,9}, {2,8}, {3,7}, {4,6} while respecting the crossing runs.
Try it now
Build a sample run with clue 34 spanning five cells. Place digits 4 and 7 in two positions, leaving a residual sum of 23 for the remaining three. Enumerate the combinations and remove any that conflict with hypothetical crossing candidates like {1,3,5} or {7,8}. You will quickly narrow the valid set.
Practice routine
During ultra hard puzzles, keep a running note of every residual sum after each move. The discipline of updating these totals ensures you catch deductions the moment they appear.
Common pitfalls
- Forgetting to subtract a newly placed digit from the run total, leading to incorrect residuals.
- Assuming two cells split the residual evenly when the crossing runs forbid one of the necessary digits.
- Ignoring that a residual sum might enforce a locked set visible only after eliminating clashing combinations.
Wrap-up
Residual sum forcing shines when the board is almost complete. Pair it with Locked Sets and Combination Pruning to close out brutal Kakuro challenges without guessing.