You are on page 1of 7

836 IEEE TRANSACTIONS ON SMART GRID, VOL. 6, NO.

2, MARCH 2015

Robust Distribution Network Reconfiguration


Changhyeok Lee, Cong Liu, Member, IEEE, Sanjay Mehrotra, and Zhaohong Bie, Senior member, IEEE

Abstract—We propose a two-stage robust optimization model Pmax,i Maximum real power allowed at substation
for the distribution network reconfiguration problem with load bus i.
uncertainty. The first-stage decision is to configure the radial Qmax,i Maximum reactive power allowed at substation
distribution network and the second-stage decision is to find
the optimal a/c power flow of the reconfigured network for bus i.
given demand realization. We solve the two-stage robust model Vmax,i Maximum voltage allowed at bus i.
by using a column-and-constraint generation algorithm, where Vmin,i Minimum voltage allowed at bus i.
the master problem and subproblem are formulated as mixed- Imax,l Maximum current flow allowed on line l.
integer second-order cone programs. Computational results for
16, 33, 70, and 94-bus test cases are reported. We find that
the configuration from the robust model does not compromise Variables
much the power loss under the nominal load scenario compared αl Binary variable for network configuration; equals 1,
to the configuration from the deterministic model, yet it provides
the reliability of the distribution system for all scenarios in the if line l is connected, and 0, if line l is disconnected.
uncertainty set. βij Binary variable; equals 1, if bus j is the parent of
bus i, and 0, otherwise.
Index Terms—Distribution network, minimum loss, mixed-
integer second-order cone program (MISOCP), reconfiguration, pi Real power injection at bus i, forcibly set to 0, if
robust optimization. bus i is not a substation bus.
qi Reactive power injection at bus i, forcibly set to 0,
N OMENCLATURE if bus i is not a substation bus.
Sets and Parameters pij Real power flow from bus i to bus j.
qij Reactive power flow from bus i to bus j.
N Set of buses.
rl Variable introduced in the convex relaxation
Ns Set of substations; a subset of N.
of a/c power flow equations; corresponding to
N(i) Set of buses connected to bus i.
vi vj cos(θi − θj ), where vi , vj are voltages and θi , θj
L Set of lines.
are voltage angles of the two terminal buses i, j of
Al Indicator parameter for the initial network con-
line l.
figuration; equals 1, if line l was initially con-
tl Variable introduced in the convex relaxation
nected, and 0, if line l was initially disconnected.
of a/c power flow equations; corresponding to
Cldisconnect Cost to disconnect line l.
vi vj sin(θi − θj ).
Clconnect Cost to connect line l.
ui Variable introduced in the convex relaxation√of a/c
C Parameter to convert power loss to cost.
power flow equations; corresponding to v2i / 2.
SWmax Maximum number of lines to reconfigure.
uli , ulj Auxiliary variables introduced in the convex relax-
PD Forecast real power demand at bus i.
i ation of a/c power flow equations; equals ui , uj ,
QDi Forecast reactive power demand at bus i. respectively, if line l is connected, and 0, otherwise.
Gl Conductance of line l.
Bl Susceptance of line l.
I. I NTRODUCTION
Manuscript received January 24, 2014; revised June 11, 2014 and HE DISTRIBUTION network reconfiguration problem is
September 16, 2014; accepted November 16, 2014. Date of publication
December 8, 2014; date of current version February 16, 2015. This work
was supported in part by UChicago Argonne, LLC, Operator of Argonne
T to configure the distribution network topology in order to
improve the efficiency and stability of the network by chang-
National Laboratory, U.S. Department of Energy Office of Science Laboratory ing the status of lines. The distribution network is composed
under Contract DEAC02-06CH11357; and in part by the U.S. Department
of Energy, Office of Electricity Delivery and Energy Reliability under of buses, where the power is injected (substation buses) or
Grant DOESP0011568. Paper no. TSG-00054-2014. consumed; and lines or switches, which connect the buses.
C. Lee is with the Energy Systems Division, Argonne National Laboratory, The distribution network has a meshed structure but is nor-
Argonne, IL 60439 USA; and also with the Department of Industrial
Engineering and Management Sciences, Northwestern University, Evanston, mally operated as radial (i.e., with no loop) so as to make the
IL 60208 USA. protection coordination easier (upstream to downstream) and
C. Liu is with the Energy Systems Division, Argonne National Laboratory, to make the distribution design easier.
Argonne, IL 60439 USA (e-mail: liuc@anl.gov).
S. Mehrotra is with the Department of Industrial Engineering and We consider the distribution network reconfiguration
Management Sciences, Northwestern University, Evanston, IL 60208 USA. problem, for which we decide the radial configuration on the
Z. Bie is with the State Key Laboratory of Electrical Insulation and given meshed distribution network to minimize the switching
Power Equipment, and the School of Electrical Engineering, Xi’an Jiaotong
University, Xi’an 710049, China. cost and power losses while satisfying operational and physi-
Digital Object Identifier 10.1109/TSG.2014.2375160 cal constraints of the distribution system. In the perspective of
1949-3053 c 2014 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission.
See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
LEE et al.: ROBUST DISTRIBUTION NETWORK RECONFIGURATION 837

mathematical programming, such a problem is a mixed-binary switching cost and power losses. Jabr et al. [27] showed
nonlinear optimization problem, as the optimal power flow that the a/c optimal power flow can be recovered from
problem is essentially nonconvex. its convex relaxation when there is no loop in the dis-
Most of the studies on distribution network reconfig- tribution network configuration and formulates the distri-
uration focus on finding good feasible solutions using bution network reconfiguration problem as the following
heuristics [1]–[9], as the problem remains difficult due to MISOCP:
its discreteness and nonlinearity. Besides heuristic algo-  
rithms to generate feasible solutions, many global-optimization min Cldisconnect Al (1 − αl ) + Clconnect (1 − Al )αl
α,β,
strategies (simulation annealing, genetic algorithms, particle p,q,r,t,u l∈L
 
swarms, etc.) are also employed for the distribution network +C pi − PD
i (1a)
reconfiguration problem [10]–[23]. Recently, several authors i∈N
have applied a mathematical programming approach to the s.t. αl = βij + βji , ∀l ∈ L (1b)
distribution network reconfiguration problem [19], [24]–[27]. 
βij = 1, ∀i ∈ Ns (1c)
Especially, Jabr et al. [27] formulated the problem as a mixed-
j∈N(i)
integer second-order cone program (MISOCP), for which the 
global optimal solution up to the desired accuracy can be βij = 0, ∀i ∈ N\Ns (1d)
found by using available commercial solvers. The convexity j∈N(i)

of the optimal power flow of the radial network is important [Al (1 − αl ) + (1 − Al )αl ] ≤ 2 · SWmax (1e)
because it is guaranteed to find the global optimal solu- l∈L
tion, and also we can further develop models that are more 0 ≤ αl ≤ 1, βij , βji ∈ {0, 1}, ∀l ∈ L (1f)
advanced. 
pi − pij = PD
i , ∀i ∈ N (1g)
In this paper, we consider the distribution network recon-
j∈N(i)
figuration problem with uncertain demands, where the uncer- 
tainty of the demand arises from the daily fluctuations of the qi − qij = QD
i , ∀i ∈ N (1h)
loads. We propose a two-stage robust optimization model for j∈N(i)
the distribution network reconfiguration problem with uncer- pi ≤ Pmax,i , ∀i ∈ Ns (1i)
tain loads. In our two-stage robust optimization model, the qi ≤ Qmax,i , ∀i ∈ Ns (1j)
network reconfiguration is the first-stage decision; and the √
pij = 2Gl uli − Gl rl − Bl tl , ∀l ∈ L (1k)
optimal power flow becomes the second-stage decision which √
is made after the realization of the uncertain demand. The pji = 2Gl ulj − Gl rl + Bl tl , ∀l ∈ L (1l)

uncertainty set of the loads can be constructed as a set of qij = − 2Bl uli + Bl rl − Gl tl , ∀l ∈ L (1m)
possible load scenarios for a given planning horizon. We use √
the column-and-constraint generation algorithm [28] to solve qji = − 2Bl ulj + Bl rl + Gl tl , ∀l ∈ L (1n)
the proposed two-stage robust problem. The solution of the 2
Vmax,i
robust distribution network reconfiguration problem, if exists, 0 ≤ uli ≤ √ αl , ∀l ∈ L (1o)
2
can be used for the planning horizon instead of changing the 2
Vmax,j
configuration frequently for the time-varying loads. 0 ≤ ulj ≤ √ αl , ∀l ∈ L (1p)
This chapter is organized as follows. In Section II, 2
2
Vmax,i
we formulate the deterministic and robust distribution net-
work reconfiguration models. Section III describes the algo- 0 ≤ ui − uli ≤ √ (1 − αl ), ∀l ∈ L (1q)
2
rithm to solve the robust distribution network reconfiguration 2
Vmax,j
models. Section IV shows our computational results for a 0 ≤ uj − ulj ≤ √ (1 − αl ), ∀l ∈ L (1r)
few test distribution networks. Section V concludes with a 2
discussion. √ 2
Imax,l
uli + ulj − 2rl ≤ √  2 , ∀l ∈ L (1s)
2 Gl + B2l
II. ROBUST D ISTRIBUTION N ETWORK
rl2 + tl2 ≤ 2uli ulj , ∀l ∈ L (1t)
R ECONFIGURATION M ODEL
pi ≥ 0, ∀i ∈ N (1u)
In this section, we describe deterministic and robust dis-
tribution network reconfiguration models. First, we review a 0 ≤ rl ≤ Vmax,i Vmax,j , ∀l ∈ L (1v)
deterministic distribution network reconfiguration model with −Vmax,i Vmax,j ≤ tl ≤ Vmax,i Vmax,j , ∀l ∈ L (1w)
point forecast loads. 2
Vmin,i 2
Vmax,i
√ ≤ ui ≤ √ , ∀i ∈ N (1x)
2 2
A. Deterministic Distribution Network
uli , ulj ≥ 0, ∀l ∈ L. (1y)
Reconfiguration Model
Suppose we have a distribution network with |N| buses and There are two types of decision variables: 1) α, β that are
|L| lines. The distribution network reconfiguration problem related to the network configuration and 2) p, q, r, t, u that are
is to find a radial network configuration that minimizes the related to the optimal power flow of the distribution system.
838 IEEE TRANSACTIONS ON SMART GRID, VOL. 6, NO. 2, MARCH 2015

Let us describe the constraints in the above optimization Here, D is the uncertainty set of the loads. We assume
problem: (1b)–(1d) ensure the configured network is radial, that the uncertainty set of the loads is a polyhedron. The
and (1e) sets the maximum number of switches to change their polyhedral assumption guarantees the finite convergence of
status from the initial network configuration A. Note that index the column-and-constraint generation algorithm that solves the
ij or ji refers to the line l of which the two terminal buses are proposed model [28], since the polyhedron has a finite number
buses i and j. Equations (1g) and (1h) stands for the power bal- of extreme points. We further assume that we can character-
ance of each bus. Equations (1i) and (1j) enforces the capacity ize all the extreme points of the polyhedral uncertainty set
limits of the substations. Equations (1k)–(1n) and (1t) come using binary variables and linear constraints as in [29]. This
from the power flow equations and their convex relaxation. assumption allows us to convert the bilinear subproblem into
Equations (1o)–(1r) links the network configuration variable a mixed-integer linear program as shown in the next section.
αl to the auxiliary variables uli , ulj so that pij , pji , qij , qji can be The innermost problem solves the optimal power flow of
set to 0 when αl is 0. Equation (1s) sets the current flow limit a given radial network configuration x with a given load
on each line, and (1x) sets the voltage limit at each bus. scenario d, which replaces the forecast load d0 to obtain the
For a clear presentation in the subsequent discussion, we cost of power losses L (x, d). In the midlevel, the load scenario
recast the above distribution network reconfiguration problem that maximizes the minimum cost of power losses L (x, d) for
in the following compact form: the given network configuration is obtained. In the outermost
level, the robust program finds a network configuration that
min c x + b y − e d 0 (2a)
x,y minimizes the sum of switching cost and worst-case cost of
s.t. x ∈ X (2b) power losses.
Ax + By ≥ f (2c) If a distribution network configuration x ∈ X satisfies (3c)
(that is, given such a configuration, if the distribution network
Fy = d0 (2d) is feasible for any possible demand scenario d ∈ D), then
Gl y ≤ g
l y, ∀l = 1, . . . , m. (2e) we say the network configuration x is robustly feasible. If no
The vector x denotes the variables α, β regarding the distri- robustly feasible configuration x exists (in other words, there
bution network configuration. The vector y represents the rest is no configuration under which the distribution network is
of the continuous variables related to optimal power flow of feasible for all possible demand scenario d ∈ D), then the
the distribution network. The vector d0 is the forecast loads. robust program is infeasible. It is possible for the robust pro-
The term c x represents the switching cost and b y − e d0 gram to be infeasible, if the uncertainty set is too large and
represents the cost associated with the power losses. X is so there cannot be a configuration that is feasible for all pos-
the feasible set of radial distribution network configurations sible scenarios in the uncertainty set. For such case, one can
described by (1b)–(1f). Equation (2d) summarizes the power make the uncertainty set smaller, for example, by consider-
balance equations (1g) and (1h), (2e) represents second-order- ing a shorter planning horizon. When there is no solution for
cone constraints (1t), and (2c) denotes all the other optimal the robust distribution network model, the distribution system
power flow constraints that are linear. should change the configuration more frequently to adapt to
the rapidly changing load.
B. Two-Stage Robust Distribution Network
III. S OLUTION M ETHODS FOR T WO -S TAGE
Reconfiguration Model
ROBUST D ISTRIBUTION N ETWORK
We assume that the network configuration decision is made R ECONFIGURATION M ODEL
prior to the realization of loads. For each realization of uncer-
In order to solve the two-stage robust distribution net-
tain loads, we can compute the power losses for the given
work reconfiguration model, we use the column-and-constraint
radial network configuration by solving the optimal power flow
generation algorithm that is introduced in [28]. The dis-
problem. We make the first-stage network configuration which
tinctive feature of the proposed two-stage robust distribu-
minimizes the worst-case second-stage power loss. This can
tion network reconfiguration model is that the innermost
be formulated as the following two-stage robust model:
problem is a second-order cone program. However, the
min c x + max L (x, d) (3a) column-and-constraint generation algorithm presented in [28]
x d∈D
can be naturally extended for the robust distribution net-
s.t. x ∈ X (3b)
work reconfiguration model. We outline the application of
Y(x, d)
= ∅, ∀d ∈ D (3c) the algorithm as follows. The column-and-constraint gener-
where ation algorithm attempts to solve the following extensive
formulation of (3):
L (x, d) : = min b y − e d (4)
y∈Y (x,d) min c x + L (6a)
x,y(d),L
and
⎧ ⎫ s.t. x ∈ X (6b)

⎨ By ≥ f − Ax
⎪ ⎪  
⎬ L ≥ b y(d) − e d, ∀d ∈ D (6c)

Y(x, d) : = y Fy = d . (5) y(d) ∈ Y (x, d), ∀d ∈ D (6d)

⎪ ⎪

Gl y ≤ g
l y, ∀l = 1, . . . , m L ≥ 0. (6e)
LEE et al.: ROBUST DISTRIBUTION NETWORK RECONFIGURATION 839

The above problem has an infinite number of variables and


constraints corresponding to each demand scenario d.

A. Master Problem
Uncountably many number of constraints (6c) and (6d),
indexed by the uncertainty set D, make it impossible to
solve (6) directly. The following reduced problem, in which D
is replaced by its finite subset, provides a lower bound for (3):

min c x + L (7a)
x,y(i) ,L
s.t. x ∈ X (7b)
L ≥ b y(i) − e d(i) , ∀i = 1, . . . , k (7c)
 
y(i) ∈ Y x, d(i) , ∀i = 1, . . . , k (7d)
L≥0 (7e)
where d(i) ∈ D, i = 0, . . . , k. We call (7) the master problem
of the robust distribution network reconfiguration model. The
master problem is an MISOCP with binary variables in x and
|L| · k number of second-order cone constraints in (7d).

B. Subproblem
The next key step in the column-and-constraint generation
algorithm is to generate the worst-case scenario for the master
problem and to obtain an upper bound for (3). We achieve
these goals by solving the following separation problem for Fig. 1. Column-and-constraint generation algorithm for robust distribution
the given distribution network configuration x∗ : network reconfiguration.

L(x∗ ) := max min b y − e d (8a)


d∈D y C. Feasibility Subproblem

s.t. By ≥ f − Ax (π) (8b)
For a given distribution network configuration x∗ , (9) would
Fy = d (λ) (8c) not be well-defined if there exists a scenario d such that the
Gl y ≤ g
l y, ∀l (σ l , μl ). (8d) innermost optimal power flow problem (4) is infeasible. For
such a case, (9) is unbounded. Hence, before solving (9), we
Given the radial network configuration x∗ , the above sep-
must check whether the given configuration x∗ is robustly
aration problem finds the worst-case load scenario d and
feasible. We can check the robust feasibility of the given con-
corresponding optimal power flow y. The optimal objective
figuration x∗ by solving the following feasibility subproblem:
value of the separation problem L(x∗ ) can be used to compute
an upper bound for (3) because it is the worst-case power  
losses for a given network configuration x∗ . e x∗ : = max min s + t (10a)
d∈D y,s,t
We dualize the inner conic program to convert the subprob- ∗
lem into a monolithic form subject to By ≥ f − Ax (π) (10b)
  Fy = d + (s − t)1 (λ) (10c)
max f − Ax∗ π + d λ − e d (9a)
d,π ,λ,σ ,μ Gl y ≤ g y, ∀l (σ l , μl ) (10d)
  l
s.t. B π + F λ + G σ l + gμl = b (9b) s, t ≥ 0. (10e)
l
The feasibility subproblem adds nonnegative slack and sur-
σ l ≤ μl , ∀l (9c) plus variable s and t to the power balance equation (10c), and
π , μ ≥ 0, λ, σ : free, d ∈ D. (9d) these variables are adjusted according to the infeasibility of
The objective function is linear except for the bilinear term the optimal power flow problem. If e (x∗ ) > 0, there exists a
d λ, and the constraints are linear and second-order cone con- load scenario d∗ ∈ D where there is no feasible distribution.
straints. Assuming that the uncertainty set D is polyhedral and On the other hand, if e (x∗ ) = 0, then under the given network
that its extreme points can be described by a set of binary configuration x∗ , there is a feasible distribution for each load
variables and linear constraints, we can transform the bilin- scenario in the uncertainty set.
ear term d λ with a bilinear term between the continuous
variable λ and binary variables. This will allow us to linearize D. Column-and-Constraint Generation Algorithm
the bilinear term by introducing big-M constraints. Then, the Overall procedures to solve the two-stage robust distribution
subproblem is equivalent to an MISOCP. network reconfiguration problem are summarized in Fig. 1.
840 IEEE TRANSACTIONS ON SMART GRID, VOL. 6, NO. 2, MARCH 2015

TABLE II
C OMPARISON OF D ETERMINISTIC AND ROBUST M ODELS

Fig. 2. 94-bus distribution network [15].

TABLE I
S UMMARY OF T EST C ASES

For simplicity, we assume that the uncertain reactive loads will


be proportional to the uncertain real loads where the ratio is
presumed to be fixed. However, one can assume an indepen-
dent uncertainty set for the reactive loads as well. To make the
IV. C OMPUTATIONAL E XPERIMENTS problem more tractable, we aggregate the load buses to make
We consider four test cases from the literature: 1) 16-bus [2]; a zone. We assume that the load variation (in percentage) of
2) 33-bus [3]; 3) 70-bus [30]; and 4) 94-bus [15] distribution each bus within the same zone is identical. This approxima-
network for our computational experiments (see Fig. 2 for tion reduces the number of binary variables in the subproblem
94-bus system). A basic information of each the distribution and the solution time. We assume the lower and upper limit
network is given in Table I. In our case study, the switching parameters of the uncertainty set to be ± 5% of the nominal
costs are ignored. value. For all cases, we aggregate load buses into nine zones
All the algorithms are implemented in a mathematical pro- and assume the budget parameter B to be 8.
gramming language and solved with IBM ILOG CPLEX The solution of the robust distribution network reconfigura-
Optimization Studio 12.5. The test environment is a laptop tion problem is compared with the solution of the deterministic
with a 2.53-GHz Duo CPU and 8 GB of RAM. model in Table II. For 16-bus test case, the topology of the
network is rather simple, and the configuration decision from
A. Characteristics of Robust Distribution the robust model is identical to the one from the deterministic
Network Reconfiguration model. But, for the other test cases, we observe that the two
We consider the following budget uncertainty set for the configurations are similar in terms of the total power losses
loads: under the forecast scenario; namely, nominal power losses in
⎧ ⎫ Table II. However, the solution from the deterministic model is
⎪ Pmin ≤ Pi ≤ Pmax , ∀i ∈ N ⎪

⎪ i i ⎪
⎪ not robust, as there exists at least one demand scenario within

⎪  +  ⎪


⎪  Pi − Pi
D ⎪
⎪ the uncertainty set under which the delivery of power is not

⎨ ⎪

possible without violating the physical and operational con-
D = P i∈N Pi − Pi
D min
. (11)

⎪  +  ⎪
⎪ straints of the network. On the other hand, the robust model

⎪  ⎪


⎪ + Pi − PD ⎪
⎪ finds the configuration that is robustly feasible.


i
≤ B ⎪

⎩ Pmax − P D ⎭ In all of our test cases, the algorithm terminates in two
i∈N i i
iterations.
We assume the real loads can vary between the lower and 1) We solve the deterministic reconfiguration problem with
upper limit Pmin
i and Pmax
i . We further assume that the overall the forecast load to generate an initial configuration
variation is controlled by a user-defined budget parameter B. decision.
LEE et al.: ROBUST DISTRIBUTION NETWORK RECONFIGURATION 841

TABLE III
C OMPARISON OF ROBUST M ODELS W ITH D IFFERENT VARIATION R EFERENCES
L IMITS OF THE U NCERTAINTY S ETS W ITH B = 8
[1] A. Merlin and H. Back, “Search for a minimal-loss operating span-
ning tree configuration in an urban power distribution system,” in Proc.
5th Power Syst. Comput. Conf. (PSCC), Cambridge, U.K., Sep. 1975,
pp. 1–18.
[2] S. Civanlar, J. J. Grainger, H. Yin, and S. S. H. Lee, “Distribution feeder
reconfiguration for loss reduction,” IEEE Trans. Power Del., vol. 3, no. 3,
pp. 1217–1223, Jul. 1988.
TABLE IV [3] M. Baran and F. Wu, “Network reconfiguration in distribution systems
C OMPARISON OF ROBUST M ODELS W ITH D IFFERENT B UDGET OF for loss reduction and load balancing,” IEEE Trans. Power Del., vol. 4,
U NCERTAINTY S ET PARAMETER W ITH ± 5% L IMIT no. 2, pp. 1401–1407, Apr. 1989.
[4] S. Goswami and S. Basu, “A new algorithm for the reconfiguration of
distribution feeders for loss minimization,” IEEE Trans. Power Del.,
vol. 7, no. 3, pp. 1484–1491, Jul. 1992.
[5] R. Taleski and D. Rajicic, “Distribution network reconfiguration for
energy loss reduction,” IEEE Trans. Power Syst., vol. 12, no. 1,
pp. 398–406, Feb. 1997.
[6] A. Morton and I. M. Y. Mareels, “An efficient brute-force solution to
the network reconfiguration problem,” IEEE Trans. Power Del., vol. 15,
2) We then solve the feasibility and optimality subproblems no. 3, pp. 996–1000, Jul. 2000.
to generate the worst-case scenarios. [7] H. Schmidt, N. Ida, N. Kagan, and J. Guaraldo, “Fast reconfiguration of
3) The algorithm terminates after we solve the master distribution systems considering loss minimization,” IEEE Trans. Power
Syst., vol. 20, no. 3, pp. 1311–1319, Aug. 2005.
problem again with the added worst-case scenarios. [8] F. Gomes et al., “A new distribution system reconfiguration approach
using optimum power flow and sensitivity analysis for loss reduction,”
B. Sensitivity With Respect to the Uncertainty Set IEEE Trans. Power Syst., vol. 21, no. 4, pp. 1616–1623, Nov. 2006.
[9] G. Raju and P. R. Bijwe, “An efficient algorithm for minimum loss recon-
The users can adjust the uncertainty set (11) by changing the figuration of distribution system based on sensitivity and heuristics,”
value of the demand variation limit Pimax , Pimin and the budget IEEE Trans. Power Syst., vol. 23, no. 3, pp. 1280–1287, Aug. 2008.
of the uncertainty parameter B. Table III shows the sensitivity [10] H.-D. Chiang and R. Jean-Jumeau, “Optimal network reconfigurations in
distribution systems. I. A new formulation and a solution methodology,”
of the minimum worst-case power losses of the robust dis- IEEE Trans. Power Del., vol. 5, no. 4, pp. 1902–1909, Oct. 1990.
tribution network reconfiguration problem with respect to the [11] H.-C. Chang and C.-C. Kuo, “Network reconfiguration in distribution
different variation limits of the uncertainty set of the 94-bus systems using simulated annealing,” Elect. Power Syst. Res., vol. 29,
no. 3, pp. 227–238, 1994.
test case with B = 8. We can see that the worst-case power
[12] Y. H. Song, G. Wang, A. Johns, and P. Wang, “Distribution network
losses increases as the size of the uncertainty set gets bigger. reconfiguration for loss reduction using fuzzy controlled evolutionary
When the uncertainty set allows a variation of more than 7% programming,” IEEE Proc. Gener. Transmiss. Distrib., vol. 144, no. 4,
from the forecast demand, the robust program is infeasible pp. 345–350, Jul. 1997.
[13] Y.-J. Jeon, J.-C. Kim, J.-O. Kim, J.-R. Shin, and K. Lee, “An effi-
and there is no radial configuration that is feasible in all cient simulated annealing algorithm for network reconfiguration in
possible scenarios. This implies that with the current design large-scale distribution systems,” IEEE Trans. Power Del., vol. 17, no. 4,
of the distribution network and operational requirements, it pp. 1070–1078, Oct. 2002.
is impossible to meet all possible demand scenarios within [14] J. Zhu, “Optimal reconfiguration of electrical distribution network using
the refined genetic algorithm,” Elect. Power Syst. Res., vol. 62, no. 1,
the prescribed uncertainty set. Table IV shows the worst-case pp. 37–42, 2002.
power losses of the robust distribution network reconfiguration [15] C.-T. Su and C.-S. Lee, “Network reconfiguration of distribution
with the uncertainty sets with different values of the budget systems using improved mixed-integer hybrid differential evolution,”
IEEE Trans. Power Del., vol. 18, no. 3, pp. 1022–1027, Jul. 2003.
parameter B while the maximum demand fluctuation levels are [16] X. Jin, J. Zhao, Y. Sun, K. Li, and B. Zhang, “Distribution net-
set at ± 5%, where we observe the similar pattern as in the work reconfiguration for load balancing using binary particle swarm
previous table. optimization,” in Proc. Int Conf. Power Syst. Technol., vol. 1. Singapore,
2004, pp. 507–510.
[17] J.-P. Chiou, C.-F. Chang, and C.-T. Su, “Variable scaling hybrid dif-
V. C ONCLUSION ferential evolution for solving network reconfiguration of distribution
We propose the use of the two-stage robust optimization systems,” IEEE Trans. Power Syst., vol. 20, no. 2, pp. 668–674,
May 2005.
for the distribution network reconfiguration problem with the [18] L. Daniel, I. Khan, and S. Ravichandran, “Distribution network reconfig-
uncertain loads. The robust model is solved by using the uration for loss reduction using ant colony system algorithm,” in Proc.
column-and-constraint generation algorithm, in which the mas- 2005 Annu. IEEE INDICON, Chennai, India, pp. 619–622.
ter problem and subproblem are transformed into an equivalent [19] E. Ramos, A. Exposito, J. Santos, and F. Iborra, “Path-based distribution
network modeling: Application to reconfiguration for loss reduction,”
MISOCP and can be solved by using available commercial IEEE Trans. Power Syst., vol. 20, no. 2, pp. 556–564, May 2005.
software. In our case study, we found that the solution from [20] C.-T. Su, C.-F. Chang, and J.-P. Chiou, “Distribution network reconfig-
the deterministic distribution network reconfiguration model uration for loss reduction by ant colony search algorithm,” Elect. Power
Syst. Res., vol. 75, nos. 2–3, pp. 190–199, 2005.
is not necessarily robustly feasible. We also found that the [21] J. Mendoza et al., “Minimal loss reconfiguration using genetic
robust distribution network model can generate the network algorithms with restricted population and addressed operators: Real
configuration solution that is robust with regard to all possi- application,” IEEE Trans. Power Syst., vol. 21, no. 2, pp. 948–954,
May 2006.
ble scenarios considered in the uncertainty set and yet does
[22] E. Carreno, R. Romero, and A. Padilha-Feltrin, “An efficient codification
not compromise much in terms of the power losses under the to solve distribution network reconfiguration for loss reduction problem,”
forecast demand scenario. IEEE Trans. Power Syst., vol. 23, no. 4, pp. 1542–1551, Nov. 2008.
842 IEEE TRANSACTIONS ON SMART GRID, VOL. 6, NO. 2, MARCH 2015

[23] R. Srinivasa Rao, S. V. L. Narasimham, M. Ramalinga Raju, and Cong Liu (S’08–M’10) received the B.S. and M.S.
A. Srinivasa Rao, “Optimal network reconfiguration of large-scale dis- degrees in electrical engineering from Xi’an Jiaotong
tribution system using harmony search algorithm,” IEEE Trans. Power University, Xi’an, China, and the Ph.D. degree in
Syst., vol. 26, no. 3, pp. 1080–1088, Aug. 2011. electrical engineering from the Illinois Institute of
[24] J. F. Franco, M. J. Rider, M. Lavorato, and R. Romero, “A mixed-integer Technology, Chicago, IL, USA, in 2003, 2006, and
LP model for the reconfiguration of radial electric distribution systems 2010, respectively.
considering distributed generation,” Elect. Power Syst. Res., vol. 97, He is currently an Energy Systems Computational
pp. 51–60, Apr. 2013. Engineer with the Energy Systems Division,
[25] E. Romero-Ramos, J. Riquelme-Santos, and J. Reyes, “A simpler and Argonne National Laboratory, Lemont, IL. His cur-
exact mathematical model for the computation of the minimal power rent research interests include numerical computa-
losses tree,” Elect. Power Syst. Res., vol. 80, no. 5, pp. 562–571, 2010. tion, and the optimization and control of power
[26] H. Khodr, J. Martinez-Crespo, M. Matos, and J. Pereira, “Distribution systems.
systems reconfiguration based on OPF using Benders decomposition,”
IEEE Trans. Power Del., vol. 24, no. 4, pp. 2166–2176, Oct. 2009.
[27] R. Jabr, R. Singh, and B. Pal, “Minimum loss network reconfiguration
using mixed-integer convex programming,” IEEE Trans. Power Syst.,
vol. 27, no. 2, pp. 1106–1115, May 2012. Sanjay Mehrotra received the Ph.D. degree in operations research from
[28] B. Zeng and L. Zhao, “Solving two-stage robust optimization prob- Columbia University, New York, NY, USA, in 1986.
lems using a column-and-constraint generation method,” Oper. Res. Lett., He is a Professor with the Department of Industrial and Management
vol. 41, no. 5, pp. 457–461, Sep. 2013. Sciences, Northwestern University, Evanston, IL, USA. His current research
[29] C. Lee, C. Liu, S. Mehrotra, and M. Shahidehpour, “Modeling trans- interests include optimization methodologies and healthcare engineering.
mission line constraints in two-stage robust unit commitment problem,” Dr. Mehrotra is currently the Chair of the Optimization Society with the
IEEE Trans. Power Syst., vol. 29, no. 3, pp. 1221–1231, May 2014. Institute for Operations Research and Management Sciences (INFORMS). He
[30] D. Das, “A fuzzy multiobjective approach for network reconfigura- has also been an INFORMS Vice President (Chapter/Fora). He is a Department
tion of distribution systems,” IEEE Trans. Power Del., vol. 21, no. 1, Editor of the IIE-Transactions.
pp. 202–209, Jan. 2006.

Zhaohong Bie (M’98–SM’12) received the B.S. and M.S. degrees in electric
Changhyeok Lee received the B.S. degree in mathematical sciences from power from Shandong University, Jinan, China, and the Ph.D. degree from
Korea Advanced Institute of Science and Technology, Daejeon, Korea, Xi’an Jiaotong University, Xi’an, China, in 1992, 1994, and 1998, respectively.
in 2009. He is currently pursuing the Ph.D. degree in industrial engineering She is currently a Professor with the State Key Laboratory of Electrical
and management sciences from Northwestern University, Evanston, IL, USA. Insulation and Power Equipment, and the School of Electrical Engineering,
He is currently a Research Aide with Argonne National Laboratory, Xi’an Jiaotong University. Her current research interests include power system
Lemont, IL. His current research interests include optimization under uncer- planning, reliability evaluation, as well as the integration of renewable energy
tainty and power system analysis. into power systems.

You might also like