We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5318ae commit 113f138Copy full SHA for 113f138
power_grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp
@@ -25,7 +25,6 @@
25
#include <optional>
26
#include <queue>
27
#include <ranges>
28
-// #include <utility>
29
#include <variant>
30
#include <vector>
31
@@ -333,7 +332,6 @@ inline auto get_edge_weights(TransformerGraph const& graph) -> TrafoGraphEdgePro
333
332
"Control side of a transformer should be the relatively closer side to a source.\n");
334
}
335
if (!is_unreachable(edge_res)) {
336
- // result.push_back({graph[e].regulated_idx, edge_tgt_rank});
337
result.emplace_back(TrafoGraphEdge{graph[e].regulated_idx, edge_tgt_rank});
338
339
0 commit comments