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

Support connecting updates and accesses with different names together #18

Open
TK-21st opened this issue Jan 21, 2021 · 0 comments
Open

Comments

@TK-21st
Copy link
Member

TK-21st commented Jan 21, 2021

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.

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

1 participant