We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8459ea3 commit a43ba87Copy full SHA for a43ba87
include/mstPlanner.h
@@ -123,10 +123,8 @@ class MSTPlanner {
123
for (auto &e: uniqueEdges[mstIdx]) {
124
if (e.first != mstZero[mstIdx]) {
125
mstCost[mstIdx][e.first].numQueries++;
126
- mstCost[mstIdx][e.first].numSteps++;
127
} else if (e.second != mstZero[mstIdx]) {
128
mstCost[mstIdx][e.second].numQueries++;
129
130
}
131
132
uniqueEdges[mstIdx].clear();
0 commit comments