Almost Locked Sets
An Almost Locked Set (ALS) is a group of N cells containing N+1 candidates. If one candidate is removed, the remaining N candidates are locked into the N cells.
Technique
- Find a group of N cells containing exactly N+1 different candidates.
- All cells must see each other (share a house).
- If any candidate is removed from outside, the remaining N candidates lock.
- Use this to chain eliminations.
Tips
- ALS is a building block for advanced chains and techniques.
- Start by identifying ALS groups, then look for how they interact.
- Common: two cells with 3 candidates, three cells with 4 candidates.