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
In the lib documentation, https://www.boost.org/doc/libs/1_70_0/libs/graph/doc/boykov_kolmogorov_max_flow.html the figure shows a white Source node and a black Sink node, whether it is previously written that:
the source and the sink are colored (source==black, sink==white)
This is confusing. Either change the picture or the code/doc.
IMO the source should be white and not black (i.e change the code and doc), but it would be too complicated to keep backward compatibility...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the lib documentation,
https://www.boost.org/doc/libs/1_70_0/libs/graph/doc/boykov_kolmogorov_max_flow.html
the figure shows a white Source node and a black Sink node, whether it is previously written that:
This is confusing. Either change the picture or the code/doc.
IMO the source should be white and not black (i.e change the code and doc), but it would be too complicated to keep backward compatibility...
The text was updated successfully, but these errors were encountered: