(old version) Klondike Solitaire solver to find minimal solutions using IDA.
Link to new solver https://github.com/ShootMe/Klondike-Solver
Updates in new solver: Fixed a few minor issues that caused sub optimal solutions. Ability to solve Klondike variants with any draw count (most common are 1 and 3). Uses slightly less ram and performs slightly faster. Added a "fast" solve method that works quicker to solve a deal, but not optimal.