Am 19.07.2018 um 19:17 schrieb Zahra Sheikhbahaee: > I have another naive question: It is not still clear for me how I could pass > different weighted graphs of each timestamp to this LayeredBlockState > constructor while I want that each of these weighted graphs be considered as > one layer of this multilayer network? Because the input is just a single > graph.
Right, you have to collapse them in a single graph with multiple edges. The time-stamp on the edges (i.e. the "layers") should be stored as a property map that you pass as the 'ec' parameter to LayeredBlockState. -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
