Skip to content

Commit

Permalink
Solved tessellation not converging properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
rapfamily4 committed May 31, 2024
1 parent ac31679 commit 85b0c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dijkstra_partitioner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ class DijkstraPartitioner {

void relaxSeeds() {
while (!relaxationOver) {
partitionNodes();
relaxSeedsOnce();
partitionNodes();
}
}

Expand Down

0 comments on commit 85b0c2a

Please sign in to comment.