Very fast web-based Sudoku solver. Features many grid sizes and variants, with customization and scripting support.
Stars
46
Forks
14
Watchers
Open Issues
0
Overall repository health assessment
User
1.4k
commits
7
2
Fix sum optimizer when there are cells outside the grid.
1c0e0b0
Change general Sum serializaton.
91ef738
Add extra state + sum examples.
c80d40a
Make Var serialization more consice when possible
68cd2f6
Ensure sums with many cells are handled correctly.
3f6407b
Implement general sum constraint.
e7b6e0e
Fix Bates Motel example.
1e70684
Avoid divide by zero error in circle line rendering.
0aca0b5
Allow sum coeffcients to be 0.
d67e46e
Add extra recipes.
99e3b7b
Mitigate safari ui bug to highlight constraint on hover.
fa1957f
Fix var cell bugs.
5e8f91e
Rename shape.numCells to shape.numGridCells to disambiguate.
0038bea
Internally rename state -> var.
89016ba
Implement user-defined states.
a091d00