Commit f0d2d710 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

Topology77 updated to correctly hold all the projects

parent b3b69a6e
...@@ -20,7 +20,28 @@ ...@@ -20,7 +20,28 @@
"CS2", "CS2",
"CE2", "CE2",
{} {}
],
"4": [
"CB3",
"CS3",
{}
],
"5": [
"CS3",
"CE3",
{}
],
"6": [
"CB4",
"CS4",
{}
],
"7": [
"CS4",
"CE4",
{}
] ]
}, },
"general": { "general": {
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
...@@ -52,6 +73,9 @@ ...@@ -52,6 +73,9 @@
"_class": "Dream.CapacityStation", "_class": "Dream.CapacityStation",
"name": "SMF", "name": "SMF",
"intervalCapacity": [ "intervalCapacity": [
100,
200,
300,
100, 100,
200, 200,
300 300
...@@ -70,6 +94,9 @@ ...@@ -70,6 +94,9 @@
"_class": "Dream.CapacityStation", "_class": "Dream.CapacityStation",
"name": "WELD", "name": "WELD",
"intervalCapacity": [ "intervalCapacity": [
150,
60,
350,
150, 150,
60, 60,
350 350
...@@ -92,7 +119,9 @@ ...@@ -92,7 +119,9 @@
"name": "P1", "name": "P1",
"capacityRequirementDict": { "capacityRequirementDict": {
"CS1": 100, "CS1": 100,
"CS2": 50 "CS2": 50,
"CS3": 100,
"CS4": 50
} }
}, },
{ {
...@@ -101,7 +130,9 @@ ...@@ -101,7 +130,9 @@
"name": "P2", "name": "P2",
"capacityRequirementDict": { "capacityRequirementDict": {
"CS1": 50, "CS1": 50,
"CS2": 100 "CS2": 100,
"CS3": 100,
"CS4": 50
} }
} }
] ]
...@@ -130,6 +161,9 @@ ...@@ -130,6 +161,9 @@
"intervalCapacity": [ "intervalCapacity": [
50, 50,
100, 100,
150,
100,
100,
150 150
] ]
}, },
...@@ -150,7 +184,10 @@ ...@@ -150,7 +184,10 @@
"intervalCapacity": [ "intervalCapacity": [
50, 50,
100, 100,
150 150,
500,
300,
350
] ]
}, },
"CE4": { "CE4": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment