188 Commits (master)
 

Author SHA1 Message Date
Charles Reid 742a5e8d37 Adding check for cross pieces, and tuple mapping function. 6 years ago
Charles Reid 0f9945350e Adding cross positions & cross check mechanism 6 years ago
Daniel Walton f0133a88ac
Merge pull request #25 from dwalton76/tsai-555 6 years ago
Daniel Walton cfe15739f2 4x4x4: update tsai phase3 tables to avoid Lw, Dw, Bw 6 years ago
Daniel Walton a6cd97988f 6x6x6: groundwork for solving centers without 5x5x5 reduction 6 years ago
Daniel Walton 5cbe20f28b Fix prevent_OLL() 6 years ago
Daniel Walton 58c9a8bf5b
Merge pull request #24 from dwalton76/tsai-555 6 years ago
Daniel Walton fc9b4ea908 5x5x5: tsai phase2 fix 6 years ago
Daniel Walton dde5774d3c Brought back the prevent_OLL call...needed for 6x6x6 6 years ago
Daniel Walton 80961a25df 6x6x6: step20 table is now 7-deep 6 years ago
Daniel Walton 21338a57e7 Added LookupTable555TsaiPhase3Lite 6 years ago
Daniel Walton 4d392b5417 Merge branch 'tsai-555' of https://github.com/dwalton76/rubiks-cube-NxNxN-solver into tsai-555 6 years ago
Daniel Walton 88fa6b5b89 Merge branch 'master' of https://github.com/dwalton76/rubiks-cube-NxNxN-solver into tsai-555 6 years ago
Daniel Walton 17e3512d2e Merge branch 'master' of https://github.com/dwalton76/rubiks-cube-NxNxN-solver into tsai-555 6 years ago
Daniel Walton 4045465d0d 5x5x5 tsai...initial progress 6 years ago
Daniel Walton bbf110525d 6x6x6: only pair LR/FB obliques, do not place them 6 years ago
Daniel Walton 3ef778e5a1 5x5x5 tsai...initial progress 6 years ago
Daniel Walton 195f44e459
Merge pull request #23 from dwalton76/tsai-444 6 years ago
Daniel Walton 9731d916b8 Fix download for 4x4x4 tsai phase1 table 6 years ago
Daniel Walton 1480c40025 lookup-table-6x6x6-step62-FB-solve-inner-x-center-and-oblique-edges.txt 6 years ago
Daniel Walton 6929d52da6
Merge pull request #22 from dwalton76/tsai-444 6 years ago
Daniel Walton 50c7d2419d 4x4x4: tsai phase1 do EO to speed up phase2 6 years ago
Daniel Walton 72d7d381ed Updated lookup-table-6x6x6-step61-LR-solve-inner-x-center-and-oblique-edges.txt 6 years ago
Daniel Walton 8ca19384a7 6x6x6: add missing self.lt_LR_inner_x_centers.solve() 6 years ago
Daniel Walton 6d532823a0 4x4x4 and 6x6x6: avoid Lw, Dw and Bw when possible 6 years ago
Daniel Walton 21edd9cf3a 6x6x6: merge step30 and step40...progress 6 years ago
Daniel Walton 41aeb99ae5 Merge branch 'master' of https://github.com/dwalton76/rubiks-cube-NxNxN-solver into tsai-444 6 years ago
Daniel Walton 6e5a20c9df 6x6x6: only pair UD obliques, do not place them 6 years ago
Daniel Walton a381d704ad Remove cpu-min option...was more confusion than it was worth 6 years ago
Daniel Walton f2a88c4ec3 tsai TPR progress for phase1 and phase2 6 years ago
Daniel Walton 411b40cb54
Merge pull request #21 from dwalton76/multi-prune-table-cost 6 years ago
Daniel Walton 58eb6b198e 4x4x4 remove extra CENTERS_SOLVED 6 years ago
Daniel Walton 5021034b86 Moved TODO to misc 6 years ago
Daniel Walton 4268df0298 Added utils/lt_builder_exp.py 6 years ago
Daniel Walton 0bc12b61ca 4x4x4 fix tsai 6 years ago
Daniel Walton e733700266 Bidirectional AStar experiment 6 years ago
Daniel Walton 5a65b571be LookupTableIDA 'explored' should be a dict not a set 6 years ago
Daniel Walton e17f6661dc Added preload_state_set() and preload_cache() 6 years ago
Daniel Walton 56ef949856 Added groundword for heuristic experiment 6 years ago
Daniel Walton 0f96d8ef54 7x7x7: use list comp instead of gazillion replace() calls 6 years ago
Daniel Walton 7ea58d8efe 4x4x4: replace babel dict with list comp 6 years ago
Daniel Walton 32f572d408 Added lookup-table-5x5x5-step33-UF-centers-solve.txt 6 years ago
Daniel Walton c1c6ddcdc0 Removed steps_for_list_of_states() 6 years ago
Daniel Walton 0482741995 Added utils/binary-search-lookup.py 6 years ago
Daniel Walton 12060ce93c Added LookupTableAStar 6 years ago
Daniel Walton 84f770a29f LookupTable: use rb mode instead of r mode...3x binary_search improvement 6 years ago
Daniel Walton caf9b1a4cc LookupTable: added comments to state() 6 years ago
Daniel Walton f004acee93 LookupTable.py: remove record_stats and heuristic_stats 6 years ago
Daniel Walton 7b09d88936 LookupTable.py: remove state_hex and state_type..no longer used 6 years ago
Daniel Walton dae93f3b05 7x7x7: move logic out of LookupTable.py 6 years ago