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

dump updated to include operators results (to be checked)

parent 5202d6c0
......@@ -37,6 +37,14 @@
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 198.95833333333334,
"waiting_ratio": -98.95833333333333
}
}
],
"general": {
......
......@@ -40,6 +40,14 @@
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 199.3548387096774,
"waiting_ratio": -99.35483870967742
}
}
],
"general": {
......
......@@ -100,6 +100,22 @@
"working_ratio": 100.0
}
},
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 0.0,
"waiting_ratio": 100.0
}
},
{
"_class": "Dream.Repairman",
"id": "O2",
"results": {
"working_ratio": 200.0,
"waiting_ratio": -100.0
}
},
{
"_class": "Dream.QueueJobShop",
"id": "Q1"
......
......@@ -198,6 +198,14 @@
"working_ratio": 100.0
}
},
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 200.0,
"waiting_ratio": -100.0
}
},
{
"_class": "Dream.QueueJobShop",
"id": "Q1"
......
......@@ -144,6 +144,30 @@
"working_ratio": 66.66666666666667
}
},
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 66.66666666666667,
"waiting_ratio": 33.333333333333336
}
},
{
"_class": "Dream.Repairman",
"id": "O2",
"results": {
"working_ratio": 66.66666666666667,
"waiting_ratio": 33.333333333333336
}
},
{
"_class": "Dream.Repairman",
"id": "O3",
"results": {
"working_ratio": 133.33333333333334,
"waiting_ratio": -33.333333333333336
}
},
{
"_class": "Dream.QueueJobShop",
"id": "Q1"
......
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