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

dump 76 updated

parent 22f44ccc
...@@ -29,11 +29,141 @@ ...@@ -29,11 +29,141 @@
}, },
{ {
"_class": "Dream.CapacityStation", "_class": "Dream.CapacityStation",
"id": "CS1" "id": "CS1",
"results": {
"capacityUsed": [
{
"P1": 66.66666666666667,
"P2": 33.333333333333336,
"period": 0.0,
"utilization": 1.0
},
{
"P1": 33.33333333333333,
"P2": 16.666666666666664,
"period": 1.0,
"utilization": 0.24999999999999997
},
{
"period": 2.0,
"utilization": 0.0
}
],
"detailedWorkPlan": [
{
"allocation": 66.66666666666667,
"operation": "CS1",
"project": "P1",
"time": 0.0
},
{
"allocation": 33.333333333333336,
"operation": "CS1",
"project": "P2",
"time": 0.0
},
{
"allocation": 33.33333333333333,
"operation": "CS1",
"project": "P1",
"time": 1.0
},
{
"allocation": 16.666666666666664,
"operation": "CS1",
"project": "P2",
"time": 1.0
}
],
"meanUtilization": 0.41666666666666663
}
}, },
{ {
"_class": "Dream.CapacityStation", "_class": "Dream.CapacityStation",
"id": "CS2" "id": "CS2",
"results": {
"capacityUsed": [
{
"period": 0.0,
"utilization": 0.0
},
{
"P1": 20.000000000000004,
"P2": 40.00000000000001,
"period": 1.0,
"utilization": 1.0000000000000002
},
{
"P1": 29.999999999999996,
"P2": 59.99999999999999,
"period": 2.0,
"utilization": 0.2571428571428571
}
],
"detailedWorkPlan": [
{
"allocation": 20.000000000000004,
"operation": "CS2",
"project": "P1",
"time": 1.0
},
{
"allocation": 40.00000000000001,
"operation": "CS2",
"project": "P2",
"time": 1.0
},
{
"allocation": 29.999999999999996,
"operation": "CS2",
"project": "P1",
"time": 2.0
},
{
"allocation": 59.99999999999999,
"operation": "CS2",
"project": "P2",
"time": 2.0
}
],
"meanUtilization": 0.4190476190476191
}
},
{
"_class": "Dream.CapacityProject",
"id": "P1",
"results": {
"schedule": [
{
"finish": 2.0,
"start": 0.0,
"station": "CS1"
},
{
"finish": 3.0,
"start": 1.0,
"station": "CS2"
}
]
}
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"results": {
"schedule": [
{
"finish": 2.0,
"start": 0.0,
"station": "CS1"
},
{
"finish": 3.0,
"start": 1.0,
"station": "CS2"
}
]
}
}, },
{ {
"_class": "Dream.Queue", "_class": "Dream.Queue",
......
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