We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f2904 commit c619926Copy full SHA for c619926
2 files changed
src/flow_state.cpp
@@ -257,7 +257,6 @@ Flow FlowState::place_on_dag(NodeId src, NodeId dst, const PredDAG& dag,
257
}
258
259
260
- if (shortest_path) break;
261
// Rebuild groups for next tier using updated residual
262
groups = build_groups_residual(*g_, dag, dst, residual_);
263
build_reversed_residual(ws, N, groups);
0 commit comments