Skip to content

Switch ProcessAtomicFormulationsRecurse to use a breadth first search #92

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Page-
Copy link
Contributor

@Page- Page- commented Jul 25, 2025

This creates the bindings in the correct order and means that they are available for later levels if they need to be used there. It also avoids the need to store a depth attribute in order to use the shallowest version, since due to being breadth first now we know that the first time we see them will be at the shallowest level they exist

Change-type: patch

@Page- Page- requested a review from a team July 25, 2025 15:39
This creates the bindings in the correct order and means that they are
available for later levels if they need to be used there. It also
avoids the need to store a depth attribute in order to use the
shallowest version, since due to being breadth first now we know that
the first time we see them will be at the shallowest level they exist

Change-type: patch
@Page- Page- force-pushed the breadth-first-recurse branch from ab50116 to 34f904a Compare July 25, 2025 15:53
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.

1 participant