diff --git a/docs/src/index.md b/docs/src/index.md index 16fca0a..74812bf 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -46,6 +46,6 @@ case["bus"]["2"]["bus_type"] = 4 case["gen"]["2"]["gen_status"] = 0 case["branch"]["7"]["br_status"] = 0 -result = PowerModelsRestoration.run_ac_mld_uc(case, with_optimizer(Ipopt.Optimizer)) +result = PowerModelsRestoration.run_ac_mld_uc(case, Ipopt.Optimizer) ``` The result data indicates that only 700 of the 1000 MWs can be delivered given the removal of bus 2, generator 2 and branch 7.