Let model decide plant size (linear model)

This commit is contained in:
2020-04-10 15:57:34 -05:00
parent a6519fb00d
commit ce02888c92
7 changed files with 104 additions and 45 deletions

View File

@@ -31,7 +31,9 @@
"variable operating cost": { "type": "number" },
"fixed operating cost": { "type": "number" },
"opening cost": { "type": "number" },
"capacity": { "type": "number" },
"base capacity": { "type": "number" },
"max capacity": { "type": "number" },
"expansion cost": { "type": "number" },
"disposal": {
"type": "object",
"additionalProperties": {