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

Express topologies with proper graph library #49

Open
redeboer opened this issue Apr 16, 2021 · 0 comments
Open

Express topologies with proper graph library #49

redeboer opened this issue Apr 16, 2021 · 0 comments
Labels
Epic Collection of issues 🔨 Maintenance Maintenance and upkeep improvements

Comments

@redeboer
Copy link
Member

redeboer commented Apr 16, 2021

This may solve #5 as well as simplify much of the rest of the code related to topologies. Biggest challenge: how to express open edges?

Some graph libraries are listed here.

networkx

  • graphs in networkx are (afaik) mutable, while Topology is not. But networkx.freeze() may offer a way out.
  • graphs in networkx can also carry edge and node properties in the form of a dict. So StateTransitionGraph might also become redundant
  • networkx might allow joining topologies, which would be useful when forming a decay chain.
@redeboer redeboer added the ❔ Question Discuss this matter in the team label Apr 16, 2021
@redeboer redeboer added the Epic Collection of issues label Apr 16, 2021
@redeboer redeboer removed the Epic Collection of issues label May 27, 2021
@redeboer redeboer added 🔨 Maintenance Maintenance and upkeep improvements and removed ❔ Question Discuss this matter in the team labels Feb 23, 2022
@redeboer redeboer changed the title Investigate networkx as backend to topologies Express topologies with proper graph library Feb 23, 2022
@redeboer redeboer added the Epic Collection of issues label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Collection of issues 🔨 Maintenance Maintenance and upkeep improvements
Projects
Status: 🆕 Icebox
Development

No branches or pull requests

1 participant