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

Set up escape conditions for iterative process #9

Open
tomkingston opened this issue Mar 3, 2013 · 0 comments
Open

Set up escape conditions for iterative process #9

tomkingston opened this issue Mar 3, 2013 · 0 comments

Comments

@tomkingston
Copy link
Owner

As well as a maximum number of iterations, the solver should escape when:

  1. No more of the puzzle was solved in the last iteration
  2. The puzzle is complete (already implemented)

When no more of the puzzle was solved in the last iteration, the recursive solver should be applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant