Skip to content

Commit

Permalink
README.md: include more info about OpenDSS
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira authored Dec 10, 2018
1 parent 7c3e969 commit 5992204
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ function [Start,Obj,Text] = DSSStartup
```

If you want some code to play with, you can use the MATLAB examples from the official OpenDSS distribution, from a local installation (e.g. `C:\OpenDSS\Examples\Matlab`) or from the [official SVN repository](https://sourceforge.net/p/electricdss/code/HEAD/tree/trunk/Distrib/Examples/Matlab/).

## Credits / Acknowlegement

This project is derived from EPRI's OpenDSS and the same style of license (BSD style) is used. As OpenDSS, the project also depends on KLUSolve and SuiteSparse, licensed under the LGPL.

See the [DSS C-API](https://github.com/PMeira/dss_capi/) project for more details and source files.

0 comments on commit 5992204

Please sign in to comment.