Skip to content

Commit

Permalink
Add note for mathematical description
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Jun 13, 2019
1 parent 0dfbc6c commit 8bf3407
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/oemof/tabular/facades.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
hood the `Facade` then uses these arguments to construct an `oemof` or
`oemof.solph` component and sets it up to be easily used in an `EnergySystem`.
**Note** The mathematical notation is as follows:
* Optimization variables (endogenous variables) are denoted by :math:`x`
* Optimization parameters (exogenous variables) are denoted by :math:`c`
* The set of timesteps :math:`T` describes all timesteps of the optimization problem
SPDX-License-Identifier: BSD-3-Clause
"""
from oemof.network import Node
Expand Down

0 comments on commit 8bf3407

Please sign in to comment.