Wednesday, July 20, 2011

More problems on 96...

So I have tried to get everything working on problem 96, but I seemed to run into some small error in my eliminations. By setting the eliminations to run until it finds the value of the first (top left) number, I get a 5 instead of 4. The solution puzzle it is giving me is slightly off. Need to go through and figure out which line is sending the wrong elimination out.

Solution so far:

     5     0     3     9     2     1     6     7     4
     9     0     4     3     7     5     8     2     1
     2     7     1     8     0     6     4     0     0
     0     0     8     1     0     2     9     0     0
     7     0     9     5     0     4     1     0     8
     0     0     6     7     0     8     2     0     0
     0     0     2     6     8     9     5     0     0
     8     0     0     2     5     3     7     0     9
     6     9     5     4     1     7     3     8     2

The zeros reflect unknown solutions.

Edit:
So it turns out I had a typo and I was replacing the wrong zero with the solved number, go figure.

No comments:

Post a Comment