As previously announced on the fc-solve-discuss mailing list, version 2.18.0 of Freecell Solver is now available for download as a source tarball from the download page.
Here are some highlights of the new release:
- Added the FCS_FREECELL_ONLY compile-time flag to hard-code the settings for Freecell and thus allow a faster run-time. When applied, it improves the speed of the solver from 140 deals / second to 164 deals / second.
- Fixed using libredblack for states and stacks storage, and also added a libJudy-based backend for them.
- Added the -Wall (= turn "all" warnings on) by default for gcc in the CMake build.
- Updated the "TODO" file in the distribution which was heavily out-of-date.
- Documented the "What's new" of some previous releases in the "NEWS" file.
- Got rid of the Hard-DFS scan, which was no longer useful. It is still accepted as an argument, but is now using the Soft-DFS routines instead.
- Many internal refactorings, cleanups, tweaks and fine-tunings.
No comments:
Post a Comment