Skip to content

Commit 5992204

Browse files
authored
README.md: include more info about OpenDSS
1 parent 7c3e969 commit 5992204

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ function [Start,Obj,Text] = DSSStartup
4343
```
4444

4545
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/).
46+
47+
## Credits / Acknowlegement
48+
49+
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.
50+
51+
See the [DSS C-API](https://github.com/PMeira/dss_capi/) project for more details and source files.
52+

0 commit comments

Comments
 (0)