PowerModelsAnalytics.jl Documentation

Overview

PowerModelsAnalytics.jl is a Julia/JuMP extension package to PowerModels.jl for modeling of Multi-Phase (with a focus on three-phase) power grids.

Installation

The latest stable release of PowerModels can be installed using the Julia package manager with

Pkg.add("PowerModelsAnalytics")

For the current development version, "checkout" this package with

Pkg.checkout("PowerModelsAnalytics")

Test that the package works by running

Pkg.test("PowerModelsAnalytics")