MCPcopy Create free account
hub / github.com/ForrestKnight/SokobanSolver / backtrackMoves

Method backtrackMoves

src/AbstractSolver.java:94–113  ·  view source on GitHub ↗

Backtracks through the search to find the move sequence @param finalState the final, goal state @return the Sokoban solution move sequence

(BoardState finalState)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

searchMethod · 0.95

Calls 3

getDirectionTakenMethod · 0.95
directionToCharMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected