-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please solve GreenFelt deal 1492773577 using MinimalKlondike #4
Comments
Heya! Looks like it needed ~506million states
|
Thanks...I tried running the code again using '-S 510000000' but it has been running for 1.5 hours without a solution. You must have some extremely powerful hardware to generate the solution in under 17 minutes. Please provide some guidance to create a command line that will generate the solution or confirm that a solution will be generated if I let the code continue executing for sufficient duration. |
You just need more RAM really, pretty sure the max you could do on your machine is around 250 million states with only 16gb. I have 64gb on mine which allows for a little over a billion. I may try to add other faster methods that don't guarantee minimality, but am preoccupied with other items at the moment. |
Here's another GreenFelt deal that is solvable but MinimalKlondike was unable to solve with '-S 300000000' : klondike -S 300000000 422286211 Thanks in advance for posting the steps, time, moves and states required. |
|
Hello ShootMe
Would you please run this command line on MinimalKlondike with a sufficiently large value for -S option to generate a solution.
klondike -S 500000000 1492773577
The above command line ran on my laptop for several hours without a solution while using the maximum available memory on my 16GB system.
This deal is solvable as evidenced at https://greenfelt.net/klondike?game=1492773577.
Please post the solution and the value used for -S option.
Thanks for your assistance.
The text was updated successfully, but these errors were encountered: