I have recently discovered the fascination of Sudoku and have been
working through the Pappocom puzzles.
My analytical skills are perhaps not as finely honed as they should be
and I am having a bit of a struggle with some of what I read in the
solutions forum.
Below is the code for the end-game of a puzzle that has me stumped.
Rows 1, 3, 4, 5 and 8 are where the problem lies. I am assuming that if
I could reason out one more number the rest would come easily.
Particularly vexatious are the pairs of candidates 3 and 9 in R1C9,
R3C4 and R3C9.
{5}{8}{1} {4}{37}{79} {2}{6}{39}
{3}{2}{9} {1}{5} {6} {8}{4}{7}
{6}{4}{7} {39}{2}{8} {1}{5}{39}
{9}{5}{6} {37}{37}{1} {4}{2}{8}
{2}{3}{8} {69}{46}{49} {5}{7}{1}
{7}{1}{4} {5} {8} {2} {9}{3}{6}
{1}{7}{2} {6} {9} {5} {3}{8}{4}
{8}{9}{3} {2} {47}{47} {6}{1}{5}
{4}{6}{5} {8} {1} {3} {7}{9}{2}
Any line of reasoning anyone can offer to unlock this puzzle will be
appreciated. (I have solved it by trial and error but that is not
really the objective, is it?)