To view the solution tree, we recommend using GoGui, which requires installing GoGui and Java on a computer with at least 16G of memory.
Step 1: Launch GoGui and open the solution tree file
First, launch GoGui with the argument -Xmx16g.
For example, in Windows, navigate to the GoGui installation directory and run javaw.exe -Xmx16g -jar GoGui.exe to launch it.
Once GoGui has been launched, use File > Open to open an SGF file to view, e.g., JA-baseline.sgf. Note that SGF files are provided in compressed format. They must be decompressed before use.
Step 2: Navigate to the Root Position
Once the SGF file is loaded, it will display an empty board.
Use Go > Forward to navigate to the next move multiple times until the root position is reached, i.e., until the comment panel displays some information.
The figure shows the root position of JA-baseline.sgf.
Step 3: Traverse the Proof Tree
Then, traverse the proof tree by clicking the intersections on the board.
The information is from the perspective of the player who played the latest move:
More instructions on traversing the proof tree
For example, after playing the move F4 from the positions in step 3, equal_loss = cg (corresponding to the C1 location of the board), meaning the sibling move C1 helps prune the move F4, and the solution tree below C1 is sufficient to replay the solution after playing F4.
Therefore, roll back one move and click C1 to further traverse the tree.
Press Ctrl + F to search for "rzone_data_index =" with the associated index in the comment, e.g., "rzone_data_index = ~975~", and find the position with the same "rzone_data_index = ~975~" and "match_tt = false", where you can continue to traverse the solution tree.
Note that while searching, you can press function key F3 for the next matching.