Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: endless loop in initial ggg bipartitioner (#37)
The initial greedy graph growing bipartitioner could get stuck in an endless loop if the perfectly balanced block weight of one block is set to 0. To fix this, change < to <=.
- Loading branch information