Skip to content
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

Instantiate board in nqueen client #2077

Merged
merged 1 commit into from Apr 11, 2016

Conversation

satyaki3794
Copy link
Contributor

The previous code gave a future_has_no_valid_shared_state_exception, because the board object was not being instantiated. Now, when the option 'default' is chosen to solve the standard nqueens puzzle having board size 8 X 8, the correct answer 92 is printed. I think this should fix #802 (comment).

@hkaiser hkaiser added this to the 0.9.12 milestone Apr 6, 2016
@hkaiser
Copy link
Member

hkaiser commented Apr 10, 2016

This looks good to me. Thanks!

@hkaiser hkaiser merged commit 2bab976 into STEllAR-GROUP:master Apr 11, 2016
@satyaki3794 satyaki3794 deleted the fix_nqueen_exception branch April 11, 2016 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Broken Examples
2 participants