Skip to content
Kibaek Kim edited this page Apr 16, 2020 · 5 revisions

MaximinOPF.jl

Overview

MaximinOPF.jl is a Julia/JuMP package for modeling a Maximin Optimal Power Flow problem that identifies the worst-case contingencies in electric grid systems. The package creates a maximin optimization model where an attacker seeks to maximize system infeasibility subject to 1) a given attack budget of K network assets (typically lines and transformers) and 2) the assumed optimal defense response of the power system operator. The power flow system is modeled according to various formulations based on relaxations or approxiations of the equations governing line/transformer power flow, which include the SDP and SOCP relaxations, and the DC or other linear approximation of the power flow equations.

Installation

The simplest way to install the MaximinOPF.jl is below:

(Shell)> cd <proj_root>
(Shell)> julia
(Julia)> ]
(v1.3) pkg> activate .
(MaximinOPF.jl) pkg> build
(MaximinOPF.jl) pkg> test

Detailed information on installation, model building, optimization support and other options is available at Getting Started.

Links

Team Members

  • Kibaek Kim: PI, Argonne National Laboratory, USA
  • Brian Dandurand: Argonne National Laboratory, USA
  • Michel Schanen: Argonne National Laboratory, USA
  • Sang-il Yim: Argonne National Laboratory, USA

Acknowledgement

This material is based upon work supported by the U.S. Department of Energy, Office of Electricity Delivery and Energy Reliability, Advanced Grid Research and Development, under contract number DE-AC02-06CH11357.

License

  • In preparation
Clone this wiki locally