inducer / pymetis

A Python wrapper around Metis, a graph partitioning package
http://mathema.tician.de/software/pymetis
Other
164 stars 32 forks source link

Including ufactor and seed options #24

Closed nhartland closed 3 years ago

nhartland commented 3 years ago

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.

nhartland commented 3 years ago

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.