You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DESKTOP% ./build/bin/twsearch -M 49152 -t 14 --mindepth 1 --maxdepth 3 --alloptimal "samples/main/FTO-test_puzzle.tws" "samples/main/FTO-test_scr.scr"
# This is twsearch v0.6.6-264-gff84160 (C) 2022 Tomas Rokicki.
# ./build/bin/twsearch -M 49152 -t 14 --mindepth 1 --maxdepth 3 --alloptimal samples/main/FTO-test_puzzle.tws samples/main/FTO-test_scr.scr
Created new moves R'
State size is about 1.58261 x 10^29 log2 96.9982
Requiring 152 bits 20 bytes per entry; 20 from identity.
Found 2 canonical move states.
Calculated canonical states in 0.00203609
For memsize 51539607552 bytesize 51539607552 subshift 2 memshift 26 shardshift 32
Trying to allocate 51539607616
Initializing memory in 0.00166297
Filling depth 0 val 0 saw 1 (1) in 0.000237942 rate 0.00420271
Filling depth 1 val 0 saw 2 (2) in 0.000139952 rate 0.0142906
Filling depth 2 val 0 saw 0 (0) in 0.000115156 rate 0
Filling depth 3 val 0 saw 0 (0) in 0.000110865 rate 0
Solving FTO-test_scr
R'
Found 1 solution max depth 1 probes 4 nodes 3 in 2.81334e-05 rate 0.14218
Twsearch finished.
Log 2. Solving a position equivalent to "R"
DESKTOP% ./build/bin/twsearch -M 49152 -t 14 --mindepth 1 --maxdepth 3 --alloptimal "samples/main/FTO-test_puzzle.tws" "samples/main/FTO-test_pos.scr"
# This is twsearch v0.6.6-264-gff84160 (C) 2022 Tomas Rokicki.
# ./build/bin/twsearch -M 49152 -t 14 --mindepth 1 --maxdepth 3 --alloptimal samples/main/FTO-test_puzzle.tws samples/main/FTO-test_pos.scr
Created new moves R'
State size is about 1.58261 x 10^29 log2 96.9982
Requiring 152 bits 20 bytes per entry; 20 from identity.
Found 2 canonical move states.
Calculated canonical states in 0.000946999
For memsize 51539607552 bytesize 51539607552 subshift 2 memshift 26 shardshift 32
Trying to allocate 51539607616
Initializing memory in 0.000812054
Filling depth 0 val 0 saw 1 (1) in 0.000231028 rate 0.00432849
Filling depth 1 val 0 saw 2 (2) in 0.000151873 rate 0.0131689
Filling depth 2 val 0 saw 0 (0) in 0.000128984 rate 0
Filling depth 3 val 0 saw 0 (0) in 0.000118017 rate 0
Solving FTO-test_pos
No solution found in 0
Twsearch finished.
==========
This doesn't happen and outputs as expected, when the move (which both in .tws and .scr file) contains no orientations, like:
coldsun0630
changed the title
twsearch cannot find 1 move solution when the move contains orientation definition.
twsearch cannot find optimal solution when a Move contains orientation vectors.
Feb 3, 2025
coldsun0630
changed the title
twsearch cannot find optimal solution when a Move contains orientation vectors.
twsearch cannot find optimal solution for some specific positions.
Feb 3, 2025
File 1. "FTO-test_puzzle.tws"
File 2. "FTO-test_pos.scr"
File 3. "FTO-test_scr.scr"
==========
Log 1. Solving a scramble algorithm "R"
Log 2. Solving a position equivalent to "R"
==========
This doesn't happen and outputs as expected, when the move (which both in .tws and .scr file) contains no orientations, like:
==========
Just in case, here are the exact files I've used. (The 3 files above are zipped into "FTO-test.zip"):
https://mega.nz/file/hUsFTAxB#YZn29-wJJfVdOInztp7zTxjIGA06A4lWqtFUkTETE6U
The text was updated successfully, but these errors were encountered: