From b555f9885aa4d4198f05382a7aa9ad38881d9008 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Tue, 1 Aug 2023 12:21:22 -0500 Subject: [PATCH] Minor correction to ISF definition --- src/model/formulations/base/sensitivity.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/formulations/base/sensitivity.jl b/src/model/formulations/base/sensitivity.jl index 0b78740..ea8845b 100644 --- a/src/model/formulations/base/sensitivity.jl +++ b/src/model/formulations/base/sensitivity.jl @@ -10,8 +10,8 @@ using SparseArrays, Base.Threads, LinearAlgebra, JuMP Returns a (B-1)xL matrix M, where B is the number of buses and L is the number of transmission lines. For a given bus b and transmission line l, the entry M[l.offset, b.offset] indicates the amount of power (in MW) that flows through -transmission line l when 1 MW of power is injected at the slack bus (the bus -that has offset zero) and withdrawn from b. +transmission line l when 1 MW of power is injected at b and withdrawn from the +slack bus (the bus that has offset zero). """ function _injection_shift_factors(; buses::Array{Bus},