issues
search
jkomoros
/
sudoku
A sudoku puzzle solver, generator, and difficulty-rater built in Go
Apache License 2.0
5
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use richer doc comments in go 1.19
#315
jkomoros
opened
2 years ago
0
How can i run this Project
#314
afkcodes
opened
2 years ago
4
Use context for deadlines in Techniques
#313
jkomoros
opened
7 years ago
0
Use the Functional Options Pattern for HumanSolveOptions, GenerateOptions
#312
jkomoros
opened
7 years ago
0
Investigate performance with Prism
#311
jkomoros
opened
7 years ago
0
{Naked,Hidden}{Pair,Triple,Quad} Should be one technique with two variants
#310
jkomoros
opened
7 years ago
0
In analysis-pipeline, use os.Executable()
#309
jkomoros
opened
7 years ago
0
ProbabilityDistribution.Invert should be weaker when all items are large
#308
jkomoros
opened
8 years ago
0
Forcing Chains base difficulty is too high
#307
jkomoros
opened
8 years ago
0
Twiddlers have a very weak effect on very difficult techniques
#306
jkomoros
opened
8 years ago
0
Case study: cull step not picked. Guesses sorted above others.
#305
jkomoros
opened
8 years ago
7
Consider having more methods return CellRefs
#304
jkomoros
opened
8 years ago
0
IntSlice.Intersection(other IntSlice) is a bottleneck
#303
jkomoros
opened
8 years ago
2
CellSlice, MutableCellSlice, CellRefSlice have many similar methods
#302
jkomoros
opened
8 years ago
0
Get rid of _NUM_SOLVER_THREADS
#301
jkomoros
opened
8 years ago
0
Load, LoadSDK, etc should be package level functions
#300
jkomoros
closed
8 years ago
0
Add package level comments about Grid/MutableGrid, how to use the package, etc
#299
jkomoros
opened
8 years ago
0
Remove all private methods on Cell, MutableCell, Grid,MutableGrid interfaces
#298
jkomoros
opened
8 years ago
1
Consider having a package-public notion of CellRef and CellRefSlice
#297
jkomoros
closed
8 years ago
1
Investigate interface fuzz testing for Grid/MutableGrid
#296
jkomoros
opened
8 years ago
1
Consider getting rid of HumanSolve, Solve and adding Grid.Replace
#295
jkomoros
opened
8 years ago
0
Crazy idea: what if every CellSlice method on Grid returned a slice of cellrefs?
#294
jkomoros
opened
8 years ago
0
ChainedSteps should give SOME points if the column/row is off by one
#293
jkomoros
closed
8 years ago
1
Forcing Chain is never picked against Guess
#292
jkomoros
closed
8 years ago
1
Investigate a difficulty model using an alternate architecture
#291
jkomoros
opened
8 years ago
0
Consider having humanLikelihood not be a twiddler
#290
jkomoros
opened
8 years ago
0
i-sudoku should switch to default number of options to calculate
#289
jkomoros
closed
8 years ago
0
The top choices in DebugHint are WAY too far in front of other techniques.
#288
jkomoros
opened
8 years ago
2
Start tagging releases
#287
jkomoros
opened
8 years ago
0
Create a ChainSteps boost for being the same number
#286
jkomoros
opened
8 years ago
0
CommonNumbers twiddler should return DIM for numbers that aren't filled
#285
jkomoros
closed
8 years ago
1
The new CompoundSolveStep solver should reuse cull steps
#284
jkomoros
opened
8 years ago
1
Chain Similarities Twiddler should have expontential backoff
#283
jkomoros
opened
8 years ago
0
Consider using more cores in dokugen-analysis
#282
jkomoros
opened
8 years ago
0
Look for performance improvements with profiling
#281
jkomoros
opened
8 years ago
0
Only Legal Number's humanLikelihood is too low
#280
jkomoros
closed
8 years ago
0
If you do a step and undo it, debug hint seems to have forgotten the right thing for chain similarity
#279
jkomoros
opened
8 years ago
0
Pointing-Target Overlap way too strong
#278
jkomoros
closed
8 years ago
2
i-sudoku hint doesn't appear to be selecting from the same distribution as ctrl-h
#277
jkomoros
closed
8 years ago
0
Add a way to attenuate the strength of each twiddler
#276
jkomoros
closed
8 years ago
1
ChainSimilarity Twiddler appears to be pushign numbers in the wrong direction
#275
jkomoros
closed
8 years ago
1
Remove HumanSolveOptions.effectiveTechniquesToUse
#274
jkomoros
opened
8 years ago
0
Figure out a better way to get data to i-sudoku's debug-hint
#273
jkomoros
opened
8 years ago
1
Deeply investigate debug-hints in i-sudoku
#272
jkomoros
opened
8 years ago
2
In debug-hint view, allow picking which hint to apply
#271
jkomoros
opened
8 years ago
2
Signal: Length of Longest non-fill run
#270
jkomoros
closed
8 years ago
1
Remove use of 'self' in method receivers
#269
jkomoros
opened
8 years ago
0
Create a CellRefSlice?
#268
jkomoros
closed
8 years ago
1
Cull steps tell users to cull possibilities from filled cells unnecessarily
#267
jkomoros
opened
8 years ago
3
Use structhash for the ids of the difficulty models
#266
jkomoros
opened
8 years ago
0
Next