Commit 675ebbbb authored by Georgios Dagkakis's avatar Georgios Dagkakis

dump updated

parent c8111a5d
...@@ -32,49 +32,35 @@ ...@@ -32,49 +32,35 @@
"results": { "results": {
"capacityUsed": [ "capacityUsed": [
{ {
"P1": 66.66666666666667, "P2": 50,
"P2": 33.333333333333336,
"period": 0.0, "period": 0.0,
"utilization": 1.0 "utilization": 0.5
}, },
{ {
"P1": 33.33333333333333,
"P2": 16.666666666666664,
"period": 1.0, "period": 1.0,
"utilization": 0.24999999999999997 "utilization": 0.0
}, },
{ {
"P1": 100,
"period": 2.0, "period": 2.0,
"utilization": 0.0 "utilization": 0.3333333333333333
} }
], ],
"detailedWorkPlan": [ "detailedWorkPlan": [
{ {
"allocation": 66.66666666666667, "allocation": 50,
"operation": "CS1",
"project": "P1",
"time": 0.0
},
{
"allocation": 33.333333333333336,
"operation": "CS1", "operation": "CS1",
"project": "P2", "project": "P2",
"time": 0.0 "time": 0.0
}, },
{ {
"allocation": 33.33333333333333, "allocation": 100,
"operation": "CS1", "operation": "CS1",
"project": "P1", "project": "P1",
"time": 1.0 "time": 2.0
},
{
"allocation": 16.666666666666664,
"operation": "CS1",
"project": "P2",
"time": 1.0
} }
], ],
"meanUtilization": 0.41666666666666663 "meanUtilization": 0.2777777777777778
} }
}, },
{ {
...@@ -87,45 +73,31 @@ ...@@ -87,45 +73,31 @@
"utilization": 0.0 "utilization": 0.0
}, },
{ {
"P1": 20.000000000000004, "P2": 60.0,
"P2": 40.00000000000001,
"period": 1.0, "period": 1.0,
"utilization": 1.0000000000000002 "utilization": 1.0
}, },
{ {
"P1": 29.999999999999996, "P2": 40.0,
"P2": 59.99999999999999,
"period": 2.0, "period": 2.0,
"utilization": 0.2571428571428571 "utilization": 0.11428571428571428
} }
], ],
"detailedWorkPlan": [ "detailedWorkPlan": [
{ {
"allocation": 20.000000000000004, "allocation": 60.0,
"operation": "CS2",
"project": "P1",
"time": 1.0
},
{
"allocation": 40.00000000000001,
"operation": "CS2", "operation": "CS2",
"project": "P2", "project": "P2",
"time": 1.0 "time": 1.0
}, },
{ {
"allocation": 29.999999999999996, "allocation": 40.0,
"operation": "CS2",
"project": "P1",
"time": 2.0
},
{
"allocation": 59.99999999999999,
"operation": "CS2", "operation": "CS2",
"project": "P2", "project": "P2",
"time": 2.0 "time": 2.0
} }
], ],
"meanUtilization": 0.4190476190476191 "meanUtilization": 0.3714285714285714
} }
}, },
{ {
...@@ -195,10 +167,10 @@ ...@@ -195,10 +167,10 @@
"utilization": 0.33333333333333337 "utilization": 0.33333333333333337
}, },
{ {
"P1": 53.33333333333333, "P1": 33.33333333333333,
"P2": 53.33333333333333, "P2": 63.33333333333333,
"period": 2.0, "period": 2.0,
"utilization": 0.711111111111111 "utilization": 0.6444444444444444
} }
], ],
"detailedWorkPlan": [ "detailedWorkPlan": [
...@@ -215,19 +187,19 @@ ...@@ -215,19 +187,19 @@
"time": 1.0 "time": 1.0
}, },
{ {
"allocation": 53.33333333333333, "allocation": 33.33333333333333,
"operation": "CS4", "operation": "CS4",
"project": "P1", "project": "P1",
"time": 2.0 "time": 2.0
}, },
{ {
"allocation": 53.33333333333333, "allocation": 63.33333333333333,
"operation": "CS4", "operation": "CS4",
"project": "P2", "project": "P2",
"time": 2.0 "time": 2.0
} }
], ],
"meanUtilization": 0.34814814814814815 "meanUtilization": 0.3259259259259259
} }
}, },
{ {
...@@ -235,11 +207,6 @@ ...@@ -235,11 +207,6 @@
"id": "P1", "id": "P1",
"results": { "results": {
"schedule": [ "schedule": [
{
"entranceTime": 0.0,
"exitTime": 2.0,
"stationId": "CS1"
},
{ {
"entranceTime": 0.0, "entranceTime": 0.0,
"exitTime": 2.0, "exitTime": 2.0,
...@@ -251,9 +218,9 @@ ...@@ -251,9 +218,9 @@
"stationId": "CS4" "stationId": "CS4"
}, },
{ {
"entranceTime": 1.0, "entranceTime": 2.0,
"exitTime": 3.0, "exitTime": 3.0,
"stationId": "CS2" "stationId": "CS1"
} }
] ]
} }
...@@ -265,7 +232,7 @@ ...@@ -265,7 +232,7 @@
"schedule": [ "schedule": [
{ {
"entranceTime": 0.0, "entranceTime": 0.0,
"exitTime": 2.0, "exitTime": 1.0,
"stationId": "CS1" "stationId": "CS1"
}, },
{ {
......
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