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

dump updated to include operators results (to be checked)

parent 015f2752
...@@ -29,6 +29,14 @@ ...@@ -29,6 +29,14 @@
"waiting_ratio": 89.58333333333333, "waiting_ratio": 89.58333333333333,
"working_ratio": 10.416666666666666 "working_ratio": 10.416666666666666
} }
},
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 198.95833333333334,
"waiting_ratio": -98.95833333333333
}
} }
], ],
"general": { "general": {
......
...@@ -31,6 +31,14 @@ ...@@ -31,6 +31,14 @@
"load_ratio": 0.0, "load_ratio": 0.0,
"failure_ratio": 0.0 "failure_ratio": 0.0
} }
},
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 199.3548387096774,
"waiting_ratio": -99.35483870967742
}
} }
], ],
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
......
...@@ -83,6 +83,22 @@ ...@@ -83,6 +83,22 @@
"waiting_ratio": 50.0 "waiting_ratio": 50.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", "_class": "Dream.QueueJobShop",
"id": "Q1", "id": "Q1",
......
...@@ -189,6 +189,14 @@ ...@@ -189,6 +189,14 @@
"waiting_ratio": 82.75862068965517 "waiting_ratio": 82.75862068965517
} }
}, },
{
"_class": "Dream.Repairman",
"id": "O1",
"results": {
"working_ratio": 200.0,
"waiting_ratio": -100.0
}
},
{ {
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
"id": "Q1", "id": "Q1",
......
...@@ -119,6 +119,30 @@ ...@@ -119,6 +119,30 @@
"setup_ratio": 0.0 "setup_ratio": 0.0
} }
}, },
{
"_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", "_class": "Dream.QueueJobShop",
"id": "Q1", "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