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
It would be great if we can specified an edge in the graph
G.add_edge(node1, node2, variable=[('var1', 'var2'), ('var3', 'var4')])
that would route node1's var1, var3 to node2's var2, var4 repsectively.
node1
var1, var3
node2
var2, var4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great if we can specified an edge in the graph
that would route
node1
'svar1, var3
tonode2
'svar2, var4
repsectively.The text was updated successfully, but these errors were encountered: