A Global Solution Algorithm for AC Optimal Power Flow through Linear Constrained Quadratic Programming

Abstract

We formulate the Alternating Current Optimal Power Flow Problem (ACOPF) as a Linear Constrained Quadratic Program (LCQP) with many negative eigenvalues (r) and linear constraints, making it NP-hard. We propose two algorithms, Feasible Successive Linear Programming (FSLP) and Feasible Branch-and-Bound (FBB), for a global optimal solution. These use optimization strategies like bounded successive linear programming, convex relaxation, initialization, and branch-and-bound to find a globally optimal solution within a predefined ε-tolerance. The complexity of FSLP and FBB is O(N Πi=1rr(tui-tli)2 ε), where N is the complexity of solving subproblems at each FBB node. Variables tl and tu are the lower and upper bounds of t, respectively, and -|t|2 is the negative quadratic component in the ACOPF objective function. We use penalized semidefinite modeling, convex relaxation, and line search to design a globally feasible branch-and-bound algorithm for the LCQP form of ACOPF, finding an optimal solution within ε-tolerance. Initial results show FSLP and FBB can find global optimal solutions for large-scale ACOPF instances, even with large r, and outperform other methods in most PG-lib tests.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…