From 6274c515c16a568c19d27076ce40b3758c6bc750 Mon Sep 17 00:00:00 2001 From: James Foster <38274066+jd-foster@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:58:23 +1000 Subject: [PATCH] Update optimal_power_flow.jl Co-authored-by: Oscar Dowson --- docs/src/tutorials/applications/optimal_power_flow.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/applications/optimal_power_flow.jl b/docs/src/tutorials/applications/optimal_power_flow.jl index d66e255d4d4..0284b187062 100644 --- a/docs/src/tutorials/applications/optimal_power_flow.jl +++ b/docs/src/tutorials/applications/optimal_power_flow.jl @@ -26,7 +26,7 @@ # that simplifies the construction of semidefinite programs. # Another approach is to formulate the problem focusing on network lines # (known as a _branch model_) where it is easier to work with flow -# constraints. A general approach is provided by the Julia/JuMP package +# constraints. A general approach is provided by # [PowerModels.jl](https://lanl-ansi.github.io/PowerModels.jl/stable/), # an open-source framework to a broad range of power flow model formulations # along with utilities for working with detailed network data.