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

Refactor(Resub): Clear markA/B at the beginning #326

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

wjrforcyber
Copy link
Contributor

Still working on issue #324 , after adding a verbose log of node name and type, it turns out it reaches a PI when recursively collecting the node from root (Top-down).
After the reconvergence-driven cut process, the leaves should be able to bound the node in the recursive call, but failed in this large case. I checked and think there's possibility if the markB is not cleared at the first place, especially nodes should be added to leaves but skipped due to a markB with value not 0.
In the process of computing cut, markB is manually set to 1, so a clear process is proposed here before all nodes are being processed.

@wjrforcyber wjrforcyber changed the title Refactor(Resub): Clear markB at the beginning Refactor(Resub): Clear markA/B at the beginning Aug 28, 2024
@alanminko alanminko merged commit 9371696 into berkeley-abc:master Aug 28, 2024
7 of 9 checks passed
@alanminko
Copy link
Contributor

Thank you for figuring out the problem with "resub" on large cases.

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