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

Topology77 fix

parent 92abb9a7
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
"capacityRequirementDict": { "capacityRequirementDict": {
"CS1": 100, "CS1": 100,
"CS2": 50, "CS2": 50,
"CS3": 100, "CS3": 50,
"CS4": 50 "CS4": 50
} }
}, },
...@@ -144,13 +144,13 @@ ...@@ -144,13 +144,13 @@
{ {
"_class": "Dream.CapacityEntity", "_class": "Dream.CapacityEntity",
"capacityProjectId": "P1", "capacityProjectId": "P1",
"name": "P1_CNC_100", "name": "P1_CNC_50",
"requiredCapacity": 50 "requiredCapacity": 50
}, },
{ {
"_class": "Dream.CapacityEntity", "_class": "Dream.CapacityEntity",
"capacityProjectId": "P2", "capacityProjectId": "P2",
"name": "P2_CNC_50", "name": "P2_CNC_100",
"requiredCapacity": 100 "requiredCapacity": 100
} }
] ]
......
...@@ -209,15 +209,15 @@ ...@@ -209,15 +209,15 @@
"utilization": 0.0 "utilization": 0.0
}, },
{ {
"P1": 75.0, "P1": 100.0,
"P2": 100.0, "P2": 100.0,
"period": 3.0, "period": 3.0,
"utilization": 0.35 "utilization": 0.4
} }
], ],
"detailedWorkPlan": [ "detailedWorkPlan": [
{ {
"allocation": 75.0, "allocation": 100.0,
"operation": "CS4", "operation": "CS4",
"project": "P1", "project": "P1",
"time": 3.0 "time": 3.0
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
"time": 3.0 "time": 3.0
} }
], ],
"meanUtilization": 0.0875 "meanUtilization": 0.1
} }
}, },
{ {
......
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