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

Simple counter to stop the searcher when max depth is reached #58

Merged
merged 7 commits into from
Nov 12, 2022

Conversation

swanandx
Copy link
Collaborator

@swanandx swanandx commented Oct 9, 2022

We can set max_depth in global config.
As we are exploring the graph, depth means the number of decodings we have performed so far.

This PR solves issue #37

tests/integration_test.rs Outdated Show resolved Hide resolved
src/searchers/bfs.rs Outdated Show resolved Hide resolved
@bee-san bee-san merged commit aa0708d into main Nov 12, 2022
@delete-merged-branch delete-merged-branch bot deleted the swan_counter branch November 12, 2022 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants