You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use [Gurobi](https://www.gurobi.com/), download and install from [Gurobi Download Center](https://www.gurobi.com/downloads/), then get the license, activate it and add its path to the local PATH environment variables by following the steps from [Gurobi License Center](https://www.gurobi.com/downloads/licenses/).
127
+
To use [Gurobi](https://www.gurobi.com/), download and install from [Gurobi Download Center](https://www.gurobi.com/downloads/), then get the license, activate it and add its path to the local PATH environment variables by following the steps from [Gurobi License Center](https://portal.gurobi.com/iam/licenses/list).
128
128
129
129
!!! note "Linux Users"
130
130
for `linux` users: open `.bashrc` file with , e.g., `nano .bashrc` in your home folder and add:
Copy file name to clipboardExpand all lines: docs/src/index.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,14 @@ CurrentModule = PandaModels
10
10
11
11
As the figure below illustrates, with the help of **PandaModels**, **pandapower** and **PowerModels.jl** are connected in a functional way. The pandapower-PowerModels (PM-PP) converter enables conversion from the **pandapower** format to the **PowerModels** format. After the optimization in **PowerModels**, the PP-PM converter transforms the optimization results back to the original **pandapower** grid model, which can be used for further analysis. In addition to the existing **PowerModels** optimization models, **pandamodels** enables adding custom optimization models. Presently, reactive power optimizations can be down with **pandamodels** to maintain voltage setpoints, maintain reactive power setpoints, and minimize active power losses.
If you are not yet using Julia, install it. Note that you need a version that is supported PowerModels, PyCall and pyjulia for the interface to work. Currently, [Julia 1.5](https://julialang.org/downloads/) is the most recent stable version of Julia that supports all these packages.
16
+
If you are not yet using Julia, install it. Note that you need a version that is supported PowerModels, PyCall and pyjulia for the interface to work. Currently, [Julia 1.10](https://julialang.org/downloads/) is the most recent stable version of Julia that supports all these packages.
19
17
20
-
You don't necessarily need a Julia IDE if you are using PowerModels through pandapower, but it might help for debugging to install an IDE such as [Juno](http://docs.junolab.org/latest/man/installation). Also, [PyCharm](https://www.jetbrains.com/pycharm/) has a Julia Plugin.
18
+
You don't necessarily need a Julia IDE if you are using PowerModels through pandapower, but it might help for debugging to install an IDE such as [Juno](https://docs.junolab.org/latest/man/installation/). Also, [PyCharm](https://www.jetbrains.com/pycharm/) has a Julia Plugin.
21
19
22
-
Add the Julia binary folder (e.g. /Julia-1.5.0/bin) to the [system variable PATH](https://www.computerhope.com/issues/ch000549.htm) Providing the path is correct, you can now enter the `Julia` prompt by executing:
20
+
Add the Julia binary folder (e.g. /Julia-1.10.0/bin) to the system variable PATH providing the path is correct, you can now enter the `Julia` prompt by executing:
23
21
24
22
```bash
25
23
$ julia
@@ -66,6 +64,6 @@ Otherwise, the package will be automatically installed in pandapower environment
66
64
67
65
## Acknowledgements
68
66
69
-
This package has been developed as part of the Department of Energy Management and Power System Operation [(e²n)](https://www.uni-kassel.de/eecs/en/faculties/energy-management-and-power-system-operation/home), University of Kassel and Fraunhofer Institute for Energy Economics and Energy System Technology [(IEE)](https://www.iee.fraunhofer.de/en.html).
67
+
This package has been developed as part of the Department of Energy Management and Power System Operation [(e²n)](https://www.uni-kassel.de/eecs/en/sections/sustainable-electrical-energy-systems/home.html), University of Kassel and Fraunhofer Institute for Energy Economics and Energy System Technology [(IEE)](https://www.iee.fraunhofer.de/en.html).
70
68
71
69
The developers thank [Carleton Coffrin](https://www.coffrin.com/), the primary developer of [PowerModels.jl](https://lanl-ansi.github.io/PowerModels.jl/stable/), for his support.
Copy file name to clipboardExpand all lines: docs/src/model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ Finally, you need to add `run_pandamodels_<your_model>` function into export lis
19
19
20
20
## Application of New optimization Model in pandapower
21
21
22
-
Please check [here](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/new_optimization_model_pandamodels.ipynb) to find out how call the new model in pandapower.
22
+
Please check [here](https://github.com/e2nIEE/pandapower/blob/develop/tutorials/run_powermodels_custom.jl) to find out how call the new model in pandapower.
Copy file name to clipboardExpand all lines: docs/src/quickguide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,4 @@ net = nw.example_simple()
54
54
pp.runpm_ac_opf(net)
55
55
```
56
56
57
-
for more details about the settings please see [here](https://pandapower.readthedocs.io/en/latest/opf/pandamodels.html#usage), also the detailed tutorial is available in [Tutorials](@ref).
57
+
for more details about the settings please see [here](https://pandapower.readthedocs.io/en/latest/opf/pandamodels.html#usage).
0 commit comments