inducer / pymetis

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

Multi-Constraint Enabled #62

Open KutayTasci opened 7 months ago

KutayTasci commented 7 months ago

This part enables the multi-constraint partitioning of nodes. It also sets the number of constraints automatically.

KutayTasci commented 7 months ago

There is a small mistake it should be (py::len(xadj_py) - 1).