Solver App for Android
SudokuWiki.org
Strategies for Popular Number Puzzles
Search:
Page:2024 1 2 3 4 5 6 7 8 9 10 11 12 13 :2023 2022 2021 2020 2019 2018 2017
2015 2014 2013 2012 2011 2010 2009 2008 2007 2006

Feedback and Questions

I've received a lot of interesting comments and questions from Sudoku fans over the last few years and this page is where I try to answer them. I'm also directing Str8ts feedback here. Please feel free to drop me a note on the side of the page. Or you can email me directly at .


Post a Comment or Question here...
Your Name or 'Handle'

Part of the World you're from

Email Address (optional) so I can reply directly if necessary (it will not be displayed here)

Any Sudoku you want to publish here for easy loading into the solver - 81 characters, use '.' or '0' for unknowns.

public - comment/question will be added to feedback column
private - email comment/question directly to Andrew Stuart, don't display here

Comment, question or feedback:

Enter these letters
Please enter the
letters you see:
arrow


If you are writing to alert me of a problem (thank-you!) please include a url to the page in question.
Can get fixes in quicker if I know immediately where to go.
Many thanks to all the people who have helped improve the solvers and strategies with their feedback!

Friday 13-Sep-2024

... by: Ryan, England

Hi Andrew,
Hope you are well.

Load Puzzle

I thought I would bring this to your attention, I hope it helps.

Please note the 32 in 7 starting on F7. The combinations of this cage all require a 1, 2 and 3. F7 can only be a 5 or 6 which means the 3s located in G7 and H7 can be removed.

Best Regards,
Ryan

Andrew Stuart writes:
Interesting puzzle!
Not sure how you get the 3s removed from G7/H7. I'm sure you're right though.
The solver really struggles with such large cages as the number of dog-legs gets beyond what I programmed so it might be giving up on this cage at certain points.

Monday 2-Sep-2024

... by: Graham, New Zealand

daily mini killer #33 - screen still blank today

Andrew Stuart writes:
I might have fixed it
Refresh now [CRTL]+[F5], will say v 2.12
Many thanks for the reports, and I hope it works now
All the best
Andrew


Saturday 31-Aug-2024

... by: Phil, U S

My puzzle screen is black. And NEW button doesn't work.
Phil

Andrew Stuart writes:
Possibly when I was updating the page. How is it now?

Wednesday 28-Aug-2024

... by: Bellm, USA

I have noticed what seem to be anomalies in the grading system. Below are the scores of two identical puzzles, except a clue is removed from F9. Intuitively, one would assume that removing a clue would make a puzzle harder, not easier.

Grader Scores 60:

https://www.sudokuwiki.org/sudoku.htm?bd=300000500000010968010008700900052070000090206070001009000009002130004000640000015

If clue "9" is removed from F9, it now scores 52:

https://www.sudokuwiki.org/sudoku.htm?bd=300000500000010968010008700900052070000090206070001000000009002130004000640000015

Andrew Stuart writes:
I wouldn’t try and compare two close scores as anything very meaningful. They work best in aggregate and statistically but there is too much arbitrariness at that grade. So with the puzzle with the extra clue a naked single is found. This takes priority over everything else so everything takes one step more than the other puzzle (14 steps not 13). There is weighting for how long a puzzle takes to solve/collapse which modifies the scores each round. That will bias the 14 step solution and give a slightly higher score.

Tuesday 27-Aug-2024

... by: Wayne, Wales, UK

Load Sudoku:

Hi Andrew,

I'd just like to highlight that while solving the above puzzle, it uses simple coloring - twice in a unit. The rule states - "that if any unit has the same colour twice ALL those candidates which share that colour must be OFF.
Step 18 - Simple Colouring

(RULE 2): Two 3s in a single unit (in Col 4) have the same color in cells E4 H4 - all yellow coloured candidates can be removed
Last candidate, 9, in F7 changed to solution
Last candidate, 9, in H4 changed to solution
Last candidate, 9, in J9 changed to solution



The alternative colour will be ON and the solution for that cell. " the solver removes all instances of the yellow 3's , but does not take advantage of the fact that all the purple 3's are true.
Wayne

Andrew Stuart writes:
Yes that’s one way to think about it. Been a long while but I’ve always approached the strategies from the pov of chipping away at candidates and hoping that will reveal a solution – and mostly that’s the way they work. This rule does go direct to solutions. The mechanism for return data back to the solver is subtractive – a list of candidates to remove. So it’s a little more mechanistic than a human. Might figure out a tweak when I go back into simple colouring gain.

Sunday 25-Aug-2024

... by: AeroBB, UK

am on a mac mini running latest os/software using safari - on print 2 button getting error no parameters passed. few days ago all worked fine, not knowingly updated anything recently

Andrew Stuart writes:
Definitely the browser cache. Both request the same script file and I've set the version to be the same.

Saturday 24-Aug-2024

... by: Bellm, USA

Load Sudoku:

Your new print function is not working correctly. When I load this and do two clicks to eliminate possibles based on the clues, J7 should be a "1" but when I print it, it shows it as solved. Hope this makes sense. It did not used to do this.

Andrew Stuart writes:
In the solver editing a single note immediately changes to a solved cell. However in between two take-steps on a fresh board it is possible to get a single note.

It is true the old print would carry this over as a candidate. But the old way confused some people since, in certain circumstances, it would refuse to draw the board at all. This is because the print page read the opener page directly but if the opener page disappeared, or multiple tabs, or refreshed, the print page would lose its data. Took a very long time to figure out this was happening. And this method was in response to a previous method which passed all the data on the url parameter but this broke in some situations because a) great length and b) the numbers were delimited by commas and in many email programs successive commas broke automatic hyperlinks. So this inspired the ‘packed string’.

The new method passing the packed string is problematic as well since it is designed for the solver and one number in a cell signifies a solved cell. I am loath to change the format of this string since it would invalidate all the packed strings in existence. One needs a solution that is backwards compatible. So my solution is to rely on context. Since I control the function to pack the string at that point and draw the print page I’m reusing the clue flag, which is irrelevant to the print page, to flag that a single number is a note and not a solution. Voila:


link

Saturday 24-Aug-2024

... by: Terje L erstein, Norway

Lot of trouble with print option lately. Now print 1 and print 2 does not work at all

Andrew Stuart writes:
Okay I just spotted that. Bug is 10 minutes old. :)
Please also [CTRL]+[F5]. I will update the version number to bump this.

Saturday 24-Aug-2024

... by: Ineke, Eurpe

Re: new Daily Killer Jigsaw

What an excellent addition to your daily puzzles. Though I regularly play both Killers and Jigsaws, it took me some time to adjust to the format. Which is good. Keep the little grey cells doing what they're meant to do.
Thanks for this attractive new suduko.

Andrew Stuart writes:
Fantastic, kind words, thank-you

Saturday 24-Aug-2024

... by: Ineke, Europe

My compliments for the improvement on navigating. Though I didn't like the old versions, the daily killers in the weekend are frequently real killers, so I kept coming back.

Andrew Stuart writes:
Cheers! And glad you like the UI updates, always dicey changing something that been up for ages
Page:2024 1 2 3 4 5 6 7 8 9 10 11 12 13 :2023 2022 2021 2020 2019 2018 2017
2015 2014 2013 2012 2011 2010 2009 2008 2007 2006
Thank-you everyone for all your questions and contributions.