A simple power flow calculator using Newton's method.
This repository has been archived on 2018-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
CismonX 997daa3426 add license. no need for rapidjson. 2018-04-05 19:04:55 +08:00
src update 2018-04-05 19:01:10 +08:00
LICENSE add license. no need for rapidjson. 2018-04-05 19:04:55 +08:00
Makefile update 2018-04-05 19:01:10 +08:00
README.md add license. no need for rapidjson. 2018-04-05 19:04:55 +08:00

README.md

arma-flow

A simple power flow calculator using Newton's method.

1. Requirements

  • A newer version of Armadillo

    • Tested on 8.400.0
  • The Options library

  • Compiler with supports C++17

2. Usage

See arma-flow --help.