Ngisa wrote:I used the SL 4 in r4 which lead to a conflict in BOX 8, so, it should be in r4c9 and tried 3 in r4c6; stte.
Is this a brute force chain? Or is it to say that not all Sudoku puzzles have a logical solution? I would like to see your brute force forcing chain Leren.
Your first move is (could be written as) a contradiction net and is widely accepted as logical elimination.
Trying a candidate, which leads to a solution, is called guessing, and widely not accepted as logical solution (though it can be argumented as such, if you know, that the puzzle only has one solution - as needed for uniqueness techniques too).
It also is widely accepted, that the solutions for the hardest known puzzles, which are calculated by solvers using human-like solution techniques, and mostly contain nested (2 level) contradiction chains/nets, are logical solutions. But normally it is just boring to follow them.
The fast brute force solvers, which mostly work backtracking "guessing" still possible candidates, of course also give logically correct solutions, but these are widely not accepted, because they are practically unreadable for humans.