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

Error in the paper #4

Open
GiovanniRaseraF opened this issue Oct 25, 2024 · 1 comment
Open

Error in the paper #4

GiovanniRaseraF opened this issue Oct 25, 2024 · 1 comment

Comments

@GiovanniRaseraF
Copy link

Hi, im Giovanni Rasera

Im reading you paper and i think than in page 3, Algorithm 1: The lock-free push-relabel algorithm,
AT LINE 12 the code
if h' < h(v) then
Should be:
if h(v) < h' then

This because h' is initialized to be infinite so it cant be never smaller then some other value.

Let me know if im wrong or you already addressed this issue.

Thank you ;)

@PunchShadow
Copy link
Member

Dear Giovanni Rasera,

Thank you for taking the time to review our paper and for highlighting the mistake. We appreciate your keen attention to detail. You are right, and we will quickly address this issue and re-publish the revised version of the paper.

Thank you once again for your valuable feedback.

Best regards,
PunchShadow

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

No branches or pull requests

2 participants