committed by
GitHub
parent
59953172e8
commit
3d2db20777
@@ -88,7 +88,7 @@ DinicMaxFlow::MinCut DinicMaxFlow::operator()(const BisectionGraphView &view,
|
||||
// heuristic)
|
||||
for (auto s : source_nodes)
|
||||
levels[s] = 0;
|
||||
const auto cut = MakeCut(view, levels, flow_value);
|
||||
auto cut = MakeCut(view, levels, flow_value);
|
||||
return cut;
|
||||
}
|
||||
} while (true);
|
||||
|
||||
Reference in New Issue
Block a user