Skip to content

Commit

Permalink
fix typo in docstring for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Dec 11, 2024
1 parent d4616c8 commit 8610ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The specified constraints are formulated as:
```math
\\begin{align*}
& sb_{stc,p,t} \\eta^{ch}_{st} N_{p} \\Delta t \\le E_{st}^{max} - e^{st}_{t}, \\quad \\forall p \\in \\mathcal{P}^{as_{dn}}, \\forall t \\in \\{1,\\dots, T\\} \\\\
& sb_{std,p,t} \\frac{1}{\\eta^{ds}_{st}} N_{p} \\Delta t \\leq e^{st}_{t}- E^{min}_{st} & \\forall p \\in \\mathcal{P}^{as_{up}}, \\forall t \\in \\{1,\\dots, T\\}
& sb_{std,p,t} \\frac{1}{\\eta^{ds}_{st}} N_{p} \\Delta t \\leq e^{st}_{t}- E^{min}_{st}, \\quad \\forall p \\in \\mathcal{P}^{as_{up}}, \\forall t \\in \\{1,\\dots, T\\}
\\end{align*}
```
"""
Expand Down

0 comments on commit 8610ff4

Please sign in to comment.