In a recent application I needed control over the seed and ufactor parameters of METIS.
I've added them as configuration options and changed the signature of part_graph to use **kwargs for the optional flags as the list was starting to become pretty long.
Apologies for the (very) delayed reply!
I think your suggestion to expose the full options array does make the most sense.
I'll close this PR and make a separate attempt on that front.
In a recent application I needed control over the
seed
andufactor
parameters of METIS. I've added them as configuration options and changed the signature ofpart_graph
to use**kwargs
for the optional flags as the list was starting to become pretty long.