I have created a multi-graph in NetLogo but the sender interface to graphstream is not built to support it. In particular edges are encoded as node1_node2. Therefore, only one edge connection is supported. For nodes with multiple edges to the same node the last one overrides all the others and only one is maintained on the graphStream side even though it supports multi-graphs. Any plans to fix this? It is needed for my current project...
I have created a multi-graph in NetLogo but the sender interface to graphstream is not built to support it. In particular edges are encoded as node1_node2. Therefore, only one edge connection is supported. For nodes with multiple edges to the same node the last one overrides all the others and only one is maintained on the graphStream side even though it supports multi-graphs. Any plans to fix this? It is needed for my current project...