eleven wrote:The first image eliminiates the 2r4c5 exactly as by just trying it.
What i want to say is, that in harder puzzles these methods often effectively are (maybe nested) contradiction nets, and the alternative part is just a fig leave to hide it.
That's absolutely correct. As can be seen in the image, the Light Side parity didn't propagate at all, so it was effectively the same as trying 2r2c4 or 2r4c5 directly.
One slight difference, though. If it hadn't produced the placement of 2r1c5, we'd still gotten a single trap elimination -2r1c2. That's the main point of doing a binary coloring in the first place. The primary goal shouldn't be finding a contradiction that solves the coloring, even though it's usually the most effective result. The goal should be finding those pincering eliminations where both branches agree. It's more fun and elegant, I think, and they're somewhat easier to document too. If you do find a contradiction, it should be considered a lucky side-effect. That way it doesn't stink of T&E so much. In fact, I have mixed feelings if I do find that contradiction because it means all those nice trap eliminations found earlier are wasted (because the contradiction gets them too).
That idea can be seen more clearly in the second coloring, even though it's pretty lopsided too. Without the contradiction we'd still gotten the +6r6c2 (like in your suggested solution) and all its cascading placements. All the contradiction gave us additionally was +2r4c1,r6c4 (difference in SE: 7.2 vs 6.9). In the third coloring it's even clearer, as it produced a bunch of loops (hence the tons of newly minted par-candidates) and eliminations around the grid. It's a more balanced coloring anyway, which I guess reflects that the puzzle was much easier at that point (SE: 9.0 -> 8.4 -> 6.9 -> end).
That said, I think you're quite right in general. In harder puzzles a normal binary coloring may not produce much, so it may effectively turn into a
SIN (Single Implication Network; i.e. Nishio or T&E) -- if you're lucky. In fact, spotting those candidates where even a SIN can work (without nesting) might be difficult in those cases, as they're not necessarily ones you'd think of attacking (no strong links). Either way, that's pretty much T&E so it's not a very satisfying way of solving. In the worst case a long-winding coloring ends up with the solution and no contradiction, so it's been a total waste of time for someone like me who discards such accidental backdoor solutions (no different from guessing).