GithubHelp home page GithubHelp logo

pglib.jl-1's Introduction

PGLib.jl

Status: CI codecov

PGLib.jl provides easy access to the Optimal Power Flow benchmark library provided by the IEEE PES Task Force on Benchmarks for Validation of Emerging Power System Algorithms.

Documentation

pglib(case_file) opens the case file. The case file name can be approximate:

 pglib("pglib_opf_case3_lmbd.m")  #full file name
 pglib("pglib_opf_case3_lmbd")    #file name without extension
 pglib("case3_lmbd.m")            #case name without pglib_opf prepended
 pglib("case3_lmbd")              #only the case name
 pglib("lmbd")                    #a unique case is identified, so it can be opened

find_pglib_case("case_name") searches the benchmark cases for a matching string name.

julia> find_pglib_case("ieee")
8-element Vector{String}:
 "pglib_opf_case118_ieee.m"
 "pglib_opf_case14_ieee.m"
 "pglib_opf_case162_ieee_dtc.m"
 "pglib_opf_case24_ieee_rts.m"
 "pglib_opf_case300_ieee.m"
 "pglib_opf_case30_ieee.m"
 "pglib_opf_case57_ieee.m"
 "pglib_opf_case73_ieee_rts.m"

julia> find_pglib_case("500")
1-element Vector{String}:
 "pglib_opf_case500_goc.m"

Case variations can be found by including a second argument to specify the problem variation.

pglib("case3_lmbd","sad")
pglib("case3_lmbd","api")
julia> find_pglib_case("500","api")
1-element Vector{String}:
 "pglib_opf_case500_goc__api.m"

pglib.jl-1's People

Contributors

noahrhodes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.