This software runs only by the one file "sokoban.exe".
5. Basic usage
Choose a sample level after clicking [Sample].
A click of [Solve] button finds a solution of the level.
A click of [Trace] button displays the found solution.
Please try suitably except it.
6. Performance
This program found a solution of 78 levels among the xsokoban (90 levels).
--> details [CPU: AthlonXP 2100++(1.73GHz)]
7. Algorithm
This program uses Best-first search with Means-ends analysis as the basic search algorithm.
And this treats a action which carries one box continuously as a Unit.
I don't show the source code. Because, the research is under continuation.
However, the description page of algorithm may be opened in Japanese.