Andrew Stuart wrote:"These rules work only if there is exactly one discontinuity, and such a loop will always have an odd number of nodes."
You have weak links in [b1], [c3], and [r9]. Thus, there's a discontinuity in [b1]+[c3] and
another discontinuity in [c3]+[r9].
- Code: Select all
+-----------------------------------+
| *4 . . | . . . | *4 . . |
| . . . | . . 4 | . . . |
| 4 . *4 | . . . | . 4 . |
|-----------+-----------+-----------|
| . . . | 4 . . | . . . |
| . . . | . . . | . . 4 |
| . 4 . | . . . | . . . |
|-----------+-----------+-----------|
| . . . | . 4 . | . . . |
| . . 4 | . . . | . 4 . |
| 4 . *4 | . . . | *4 . . |
+-----------------------------------+
ronk: If this is incorrect, please send me a pm and I'll delete my message.