· 

Sokolution version 3.0 has been published

Florent Diedler has released a new version of Sokolution - the currently best Sokoban solver.

 

Release notes:

  • Finish implementing optimal searches (IDA* and ASTAR)
  • Brand-new PI-Corral engine
  • Improved deadlock detection
  • Global refactoring of all the application
  • Global optimization - Solving most of levels is faster than with Sokolution 2.X
  • Standalone x64 version (no plugin due to x64 architecture)

Sokolution 3.0can now solve 3045 of the 3424 levels all solvers have been tested with. The details can be found in the  Wiki .

Write a comment

Comments: 3
  • #1

    Hosanee (Sunday, 03 March 2019 08:59)

    I am not a software programmer,
    No images appear on using sokolution.
    with config.dat
    solver works, save the result in a folder but no image appear.
    config.bat and sokolution.exe are auto erasef!!!after sometime
    ???not user friendle for non experts????

  • #2

    Matthias Meger (Sunday, 03 March 2019 10:25)

    As far as I can see Sokolution 3.0 is meant to be used without a GUI.

    After playing with the call parameters I have noticed that Sokolution can show a simple GUI when called like this for example:
    sokolution --solver-level-path=../ressources/levels/autogen/autogen_1.txt --solver-use-gui=1

    However, it looks like it's only a GUI for the developer to debug the program.

    If you want a user friendly way to solve levels I recommend to use Sokoban YASC and then install Sokolution V2.02 which can be selected as Solver in Sokoban YASC after being installed.

    Sokolution V2.02 is nearly as good as Sokolution V3.0. Hence, most of the levels can also be solved by that version.

  • #3

    Hosanee (Sunday, 03 March 2019 12:46)

    Thank you.
    I do appreciate your proposition.