Allow plants to dispose of products locally

This commit is contained in:
2020-03-18 16:16:12 -05:00
parent c55c6cc828
commit ed70c9d1e2
4 changed files with 112 additions and 34 deletions

View File

@@ -79,7 +79,17 @@
"capacity": 500,
"opening cost": 2000,
"fixed operating cost": 70.0,
"variable operating cost": 70.0
"variable operating cost": 70.0,
"disposal": {
"P2": {
"cost": -10.0,
"limit": 1.0
},
"P3": {
"cost": -10.0,
"limit": 1.0
}
}
},
"L2": {
"latitude": 0.5,