mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 23:58:51 -06:00
Add "building period" parameter
This commit is contained in:
@@ -6,9 +6,10 @@ The first step when using RELOG is to describe the reverse logistics pipeline an
|
||||
|
||||
The **parameters** section describes details about the simulation itself.
|
||||
|
||||
| Key | Description
|
||||
|:------------------------|---------------|
|
||||
|`time horizon (years)` | Number of years in the simulation.
|
||||
| Key | Description
|
||||
|:--------------------------|---------------|
|
||||
|`time horizon (years)` | Number of years in the simulation.
|
||||
|`building period (years)` | List of years in which we are allowed to open new plants. For example, if this parameter is set to `[1,2,3]`, we can only open plants during the first three years. By default, this equals `[1]`; that is, plants can only be opened during the first year. |
|
||||
|
||||
|
||||
### Example
|
||||
@@ -16,6 +17,7 @@ The **parameters** section describes details about the simulation itself.
|
||||
{
|
||||
"parameters": {
|
||||
"time horizon (years)": 2,
|
||||
"building period (years)": [1]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user