|
7b55d6e67a
|
Update README to remove optimizations section
|
2020-03-13 14:26:32 +01:00 |
|
|
da1ea8895d
|
Add element-level optimizations
|
2020-03-13 14:25:28 +01:00 |
|
|
127dd571e4
|
Implement element adjacency optimization
|
2020-03-13 14:11:25 +01:00 |
|
|
deecfdea08
|
Fix board placement bug
|
2020-03-13 04:04:46 +01:00 |
|
|
4a524fad72
|
Update README with list of improvements
|
2020-03-13 02:55:57 +01:00 |
|
|
ae112a1d43
|
Update README description about verbosity
|
2020-03-13 02:50:28 +01:00 |
|
|
4d6d92d0df
|
Add more sample boards
|
2020-03-13 02:46:56 +01:00 |
|
|
33fe37b5c5
|
Fix warnings according to -Wall
|
2020-03-13 02:45:35 +01:00 |
|
|
a70d1b661a
|
Correct all warnings according to -Wall and remove unnecessary code
|
2020-03-13 02:45:08 +01:00 |
|
|
208de7db6a
|
Fix verbosity bug
|
2020-03-13 02:34:33 +01:00 |
|
|
c080db5dab
|
Update README to reflect latest changes
|
2020-03-13 02:30:58 +01:00 |
|
|
d8f12f1262
|
Implement metadata-based board solving
|
2020-03-13 02:27:32 +01:00 |
|
Gabriel Tofvesson
|
83e2d0f3e3
|
Start implementing metadata analysis
|
2020-03-11 11:42:56 +01:00 |
|
|
98de45e928
|
Optimize solutions by performing row/col analysis only
|
2020-03-03 17:57:10 +01:00 |
|
|
ada2e58e47
|
Add explanation of -DPRINT_STATUS to README
|
2020-02-28 23:55:18 +01:00 |
|
|
795d805b04
|
Add example boards
|
2020-02-28 23:48:32 +01:00 |
|
|
b81cff9b9e
|
Implement active status output in example
|
2020-02-28 23:48:00 +01:00 |
|
|
f4e2e9e072
|
Add 3rd hard example board
|
2020-02-25 20:44:55 +01:00 |
|
|
1dceac0fa0
|
Improve example implementation output
|
2020-02-25 20:40:05 +01:00 |
|
|
0a5f21f1eb
|
Update profiler code
|
2020-02-25 20:14:26 +01:00 |
|
|
2a727e583b
|
Add time profiler to board solver example
|
2020-02-25 19:59:32 +01:00 |
|
|
6d9a1b48f9
|
Update README to include information on -DOPTIMIZE
|
2020-02-25 19:36:07 +01:00 |
|
|
d559d8bd6f
|
Add example boards
|
2020-02-25 19:33:44 +01:00 |
|
|
10ad1cdf67
|
Implement board solver using board reuse
|
2020-02-25 19:32:45 +01:00 |
|
|
0e4506cd52
|
Implement support for board preallocation
|
2020-02-25 19:32:11 +01:00 |
|
|
c7730e0c84
|
Implement support for aggressive optimization
|
2020-02-25 18:56:55 +01:00 |
|
|
91dcf29b5f
|
Implement speculative value-placement
|
2020-02-25 18:38:12 +01:00 |
|
|
749ad4a260
|
Implement speculative value-placement branching
|
2020-02-25 18:37:15 +01:00 |
|
|
ca8809a5e1
|
Add simple board copying function
|
2020-02-25 17:36:27 +01:00 |
|
Gabriel Tofvesson
|
1abbff5a37
|
Add more items to TODO in README
|
2020-02-28 04:58:49 +01:00 |
|
Gabriel Tofvesson
|
18c53e6f62
|
Merge branch 'master' of github.com:GabrielTofvesson/sudoku
|
2020-02-28 04:51:13 +01:00 |
|
|
2342e4ca66
|
Initial commit
|
2020-02-28 04:48:26 +01:00 |
|
Gabriel Tofvesson
|
9424a3eae9
|
Add compilation instructions and TODO to README
|
2020-02-28 04:47:30 +01:00 |
|
Gabriel Tofvesson
|
78b17e208d
|
Add test example
|
2020-02-28 04:44:05 +01:00 |
|
Gabriel Tofvesson
|
74b5e0d203
|
Implement more element marking heuristics
|
2020-02-28 04:43:49 +01:00 |
|
Gabriel Tofvesson
|
2a06a71e94
|
Fix bug in complexity computation
|
2020-02-28 02:15:57 +01:00 |
|
Gabriel Tofvesson
|
483d6ca1da
|
Implement persistent board complexity tracking
|
2020-02-28 01:43:29 +01:00 |
|
Gabriel Tofvesson
|
899e228b6d
|
Update text example to display board complexity
|
2020-02-28 01:31:04 +01:00 |
|
Gabriel Tofvesson
|
6e79c9b366
|
Implement board and element complexity
|
2020-02-28 01:29:54 +01:00 |
|
Gabriel Tofvesson
|
ac5de85171
|
Implement board value placement heuristics
|
2020-02-28 00:47:15 +01:00 |
|
Gabriel Tofvesson
|
bfd509f660
|
Update gitignore to ignore output files and board state files
|
2020-02-28 00:20:50 +01:00 |
|
Gabriel Tofvesson
|
c418d67b21
|
Update test example to validate board state
|
2020-02-28 00:20:50 +01:00 |
|
Gabriel Tofvesson
|
f4d4bce58a
|
Implement board state validation
|
2020-02-28 00:20:49 +01:00 |
|
Gabriel Tofvesson
|
03d1482bb5
|
Add description of file format to README
|
2020-02-27 23:55:50 +01:00 |
|
Gabriel Tofvesson
|
06ab3c6dea
|
Add test implementation to main file
|
2020-02-27 23:49:22 +01:00 |
|
Gabriel Tofvesson
|
162d37c1cb
|
Implement rigorous error handling
|
2020-02-27 22:29:49 +01:00 |
|
Gabriel Tofvesson
|
5563d3d615
|
Implement board state read functions
|
2020-02-27 22:29:49 +01:00 |
|
Gabriel Tofvesson
|
74b5b87771
|
Add main file
|
2020-02-27 22:29:49 +01:00 |
|
Gabriel Tofvesson
|
7560853b08
|
Implement board mutation functions
|
2020-02-27 22:29:48 +01:00 |
|
Gabriel Tofvesson
|
f27a2ebf96
|
Improve board types
|
2020-02-27 22:29:48 +01:00 |
|