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

fix: handle recursive hints in level builder #441

Merged
merged 1 commit into from
Jan 23, 2023
Merged

Conversation

gbotrel
Copy link
Collaborator

@gbotrel gbotrel commented Jan 20, 2023

When building dependency graph of constraints, we can encounter in a single constraint many wires which are the output of a hint h1.
This hint h1 can have itself many inputs; this PR just marks hints as already "visited" to avoid an exponential blowup.

@gbotrel gbotrel requested a review from ivokub January 20, 2023 17:33
@gbotrel gbotrel merged commit 5c50b9a into develop Jan 23, 2023
@gbotrel gbotrel deleted the fix/builder/hints branch January 23, 2023 13:43
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