We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a purpose for why the two if statements are separated and have the same conditions? I would assume that this line intended to be
if (pointer(A_true)->size + pointer(B_true)->size + pointer(C_true)->size > granularity) {
instead of
if (pointer(A_false)->size + pointer(B_false)->size + pointer(C_false)->size > granularity) {
HermesBDD/src/node.cpp
Line 340 in 0336f03
The text was updated successfully, but these errors were encountered:
Dear @tabiosg, thank you. We will thoroughly review the information you gave us and update you.
Sorry, something went wrong.
luigicapogrosso
No branches or pull requests
Is there a purpose for why the two if statements are separated and have the same conditions? I would assume that this line intended to be
instead of
HermesBDD/src/node.cpp
Line 340 in 0336f03
The text was updated successfully, but these errors were encountered: