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

More efficient multilayer format #196

Open
antoneri opened this issue Jun 2, 2021 · 0 comments
Open

More efficient multilayer format #196

antoneri opened this issue Jun 2, 2021 · 0 comments
Assignees

Comments

@antoneri
Copy link
Member

antoneri commented Jun 2, 2021

For large multilayer networks, the current full format is inefficient:

*Multilayer
#layer1 source layer2 target weight
1 1 2 1 1.0
1 1 2 2 1.0

Instead, we could do something like this:

*Multilayer
#layer1 layer2
*1 2
#source target weight
1 1 1.0
1 2 1.0
@antoneri antoneri self-assigned this Jun 2, 2021
@antoneri antoneri added the stale label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant