gsf wrote:-o output-file added and posted
Thanks. That was fast response!
Now I can test the input and actually 'see' what happens.
Fine! You are immediately challenged with this one (from oceanM20.txt):gsf wrote:here are the low steppers from a background process that's scanned ~250M random symmetric puzzles so far
I don't think these have made it into the table yet
...
I,8,28,SM,000010000002769800080050040070000090319000582050000030090040070005687400000030000,gsf,NEW
- Code: Select all
#Ocean [M20/F20][S8]
...|...|...
..1|.2.|3..
.4.|1.5|.6.
---+---+---
..3|...|7..
.8.|...|.4.
..9|...|2..
---+---+---
.5.|4.7|.8.
..2|.1.|9..
...|...|...
Reformatted by your program 'sudoku.exe':
'I,8,20,M,000000000001020300040105060003000700080000040009000200050407080002010900000000000,Ocean,new'
I have now treated all submitted lowsteppers in such a way that the reformatting program eats them as input.
A few comments to the program:
1. Is it possible to carry the 'puzzle creator's name' through the reformatting process?
2. The chosen output format does not fit as input to the program. Which means that submissions in this format need some kind of preprocessing (lots of mouse clicks, or a preprocessor program for long files).
3. Not sure how to sort the reformatted puzzles approprietly (except by carrying them over to unix and use some tricks there).
Anyway, the lowstepper-thread is updated with all puzzles reformatted, but unsorted and 'lost creator'. Will be happy for any suggestions. Else it might take a few days before I have a streamlined process.