Missing docstring.

Missing docstring for run_rop_heuristic. Check Documenter's build log for details.

PowerModelsRestoration.merge_solution!Method

Update sol1 dictionary with sol2 dictionary. termination_status, primal_status, and dual_status values are the maximum of the MOI status code. solvetime,objective, and objective_lb are accumulated. The solution dictionary is merged using PowerModels.update_data(sol_1["solution"],sol_2["solution"]).

source