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
In the first line, we have (i) opening costs, if plant starts operating at time $t$, (ii) fixed operating costs, if plant is operational, (iii) additional fixed operating costs coming from expansion performed in all previous time periods up to the current one, and finally (iv) the expansion costs during the current time period.
91
98
In the second line, we have storage and variable processing costs.
92
99
In the third line, we have transportation costs.
93
-
In the fourth line, we have the disposal costs.
100
+
In the fourth line, we have disposal costs at the plants.
101
+
In the fifth line, we have acquisition and disposal cost at the collection centers.
94
102
95
103
### Constraints
96
104
97
-
* All original materials must be sent to a plant:
105
+
- All primary material must either be sent to a plant for processing or disposed of at the collection center:
- Amount received equals amount processed plus stored. Furthermore, all primary material should be processed by the end of the simulation.
107
124
108
125
```math
109
126
\begin{align*}
@@ -117,7 +134,7 @@ In the fourth line, we have the disposal costs.
117
134
\end{align*}
118
135
```
119
136
120
-
* Plants have a limited processing capacity. Furthermore, if a plant is closed, it has zero processing capacity:
137
+
- Plants have a limited processing capacity. Furthermore, if a plant is closed, it has zero processing capacity:
121
138
122
139
```math
123
140
\begin{align*}
@@ -126,7 +143,7 @@ In the fourth line, we have the disposal costs.
126
143
\end{align*}
127
144
```
128
145
129
-
* Plants have limited storage capacity. Furthermore, if a plant is closed, is has zero storage capacity:
146
+
- Plants have limited storage capacity. Furthermore, if a plant is closed, is has zero storage capacity:
130
147
131
148
```math
132
149
\begin{align*}
@@ -135,7 +152,7 @@ In the fourth line, we have the disposal costs.
135
152
\end{align*}
136
153
```
137
154
138
-
* Plants can only be expanded up to their maximum capacity. Furthermore, if a plant is closed, it cannot be expanded:
155
+
- Plants can only be expanded up to their maximum capacity. Furthermore, if a plant is closed, it cannot be expanded:
139
156
140
157
```math
141
158
\begin{align*}
@@ -144,7 +161,7 @@ In the fourth line, we have the disposal costs.
144
161
\end{align*}
145
162
```
146
163
147
-
* Amount of recovered material is proportional to amount processed:
164
+
- Amount of recovered material is proportional to amount processed:
148
165
149
166
```math
150
167
\begin{align*}
@@ -153,16 +170,16 @@ In the fourth line, we have the disposal costs.
153
170
\end{align*}
154
171
```
155
172
156
-
* Because we only consider a single type of plant, all recovered material must be immediately disposed of. In RELOG's full model, recovered materials may be sent to another plant for further processing.
173
+
- Because we only consider a single type of plant, all recovered material must be immediately disposed of. In RELOG's full model, recovered materials may be sent to another plant for further processing.
157
174
158
175
```math
159
176
\begin{align*}
160
-
& q_{mpt} = z_{mpt}
177
+
& q_{mpt} = z^{\text{p-disp}}_{mpt}
161
178
& \forall m \in M, p \in P, t \in T
162
179
\end{align*}
163
180
```
164
181
165
-
* A plant is operational at time $t$ if it was operational at time $t-1$ or it was built at time $t$. This constraint also prevents a plant from being built multiple times.
182
+
- A plant is operational at time $t$ if it was operational at time $t-1$ or it was built at time $t$. This constraint also prevents a plant from being built multiple times.
166
183
167
184
```math
168
185
\begin{align*}
@@ -173,8 +190,7 @@ In the fourth line, we have the disposal costs.
173
190
\end{align*}
174
191
```
175
192
176
-
177
-
* Variable bounds:
193
+
- Variable bounds:
178
194
179
195
```math
180
196
\begin{align*}
@@ -188,9 +204,11 @@ In the fourth line, we have the disposal costs.
0 commit comments