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

Systematize the sub-ecosytem feature #113

Open
ClaudMor opened this issue Jan 26, 2023 · 0 comments
Open

Systematize the sub-ecosytem feature #113

ClaudMor opened this issue Jan 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request.

Comments

@ClaudMor
Copy link
Member

Right now, MultilayerGraphs.jl should allow the implementation of custom multilayer graph types, making it a sub-ecosystem of Graphs.jl, specialized in multilayer graphs. The way NodeAlignedEdgeColored(Di)Graph has been implemented should prove it.

Anyway, it is not yet clear which methods should be implemented by the developer who wishes to extend the sub-ecosystem. Moreover, the current code has been written with the intent to repeat itself as rarely as possible, which may get in the way of such an effort.

We should then:

  1. Agree on a set of APIs the external contributor should implement, and allow this to happen by restructuring the code;
  2. Systematize the matter in a dedicated section of the documentation (maybe along with the developer guide?).
@ClaudMor ClaudMor added the enhancement New feature or request. label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants