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
For an edge operation f, define both f(g, src(e), dst(e)) and f(g, e) on abstract graphs
f
f(g, src(e), dst(e))
f(g, e)
See sbromberger/LightGraphs.jl#1287
The text was updated successfully, but these errors were encountered:
Does this require duplicating all edge operations or is there a clever way to do this (eg a macro)?
Sorry, something went wrong.
No branches or pull requests
For an edge operation
f
, define bothf(g, src(e), dst(e))
andf(g, e)
on abstract graphsSee sbromberger/LightGraphs.jl#1287
The text was updated successfully, but these errors were encountered: