Forcing Net

Level 12 Β· Black Belt

Strategy:

Forcing

Overview

Forcing Net extends Forcing Chains by following all implications from each candidate simultaneously, not just single chains. This creates a branching implication network that can find deeper contradictions and common outcomes.

How It Works

  1. Find a cell with multiple candidates.
  2. Assume each candidate in turn and follow ALL resulting implications (not just one chain).
  3. If an assumption leads to a contradiction (impossible state), eliminate that candidate.
  4. If all assumptions force the same conclusion, that conclusion is valid.

Example

Look for Forcing Net.

1

Forcing Net

Cell r1c1 has 3 candidates: {5, 6, 9}.

2

Forcing Net

Assume r1c1 = 6 and follow all implications through the net.

3

Forcing Net

This assumption leads to a CONTRADICTION (impossible state).

4

Forcing Net

So 6 causes a contradiction and can be eliminated from r1c1.

5

Result after applying the technique.

Tips & Patterns

  • Forcing Nets are more powerful than Forcing Chains because they follow every implication, not just one path.
  • They're computationally expensive and are typically a last resort before brute force.
  • The branching nature makes them hard to track by hand.