Skip to content

Commit

Permalink
Update doc index.md to link to github page (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahrhodes authored May 17, 2022
1 parent 8c7c710 commit fe82635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CurrentModule = PowerModels

## Overview

PowerModels.jl is a Julia/JuMP package for Steady-State Power Network Optimization. It provides utilities for parsing and modifying network data (see [PowerModels Network Data Format](@ref) for details), and is designed to enable computational evaluation of emerging power network formulations and algorithms in a common platform.
[PowerModels.jl](https://github.com/lanl-ansi/PowerModels.jl) is a Julia/JuMP package for Steady-State Power Network Optimization. It provides utilities for parsing and modifying network data (see [PowerModels Network Data Format](@ref) for details), and is designed to enable computational evaluation of emerging power network formulations and algorithms in a common platform.

The code is engineered to decouple [Problem Specifications](@ref) (e.g. Power Flow, Optimal Power Flow, ...) from the [Formulation Details](@ref) (e.g. AC, DC approximation, SOC relaxation, ...). This enables the definition of a wide variety of power network formulations and their comparison on common problem specifications.

Expand Down

0 comments on commit fe82635

Please sign in to comment.