Zack Li

Results 3 comments of Zack Li

Maybe there is another solution. I could overwrite your nxmetis.partition by mine and I put vwgt, vsize, adjwgt as function arguments. I am not sure if I can overwrite your...

Thank you so much! I finally solved this problem with your help and self-experiments. # create graph to feed into your partition function graph=nx.Graph() print_info = True for key,value in...

And one exemplary node_property and edge_property is defined as a dictionary in networkx way: node_property = { # nested dict, use index to search, each dict has pos, weight 0:{'pos':(0,3),'weight':1},...