Unni
Results
2
issues of
Unni
Hi all. I tried to include the name of bus, line and switch in the plot using collections. There is an input 'infofunc', even though I created a function with...
I am trying to use metis like this ```julia using Metis edges= [1 2; 2 1; 2 3] zone = 2 g = SimpleGraph() add_vertices!(g, maximum(edges)) for b = 1:size(edges)[1]...