Commit a4a94421 authored by Georgios Dagkakis's avatar Georgios Dagkakis

one topology changed to output schedule. Dump updated

parent 4a66a23a
...@@ -82,7 +82,8 @@ ...@@ -82,7 +82,8 @@
"interruptions": {}, "interruptions": {},
"_class": "Dream.Operator", "_class": "Dream.Operator",
"capacity": 1, "capacity": 1,
"name": "Operator1" "name": "Operator1",
"ouputSchedule":1
} }
}, },
"edge": { "edge": {
......
...@@ -40,6 +40,16 @@ ...@@ -40,6 +40,16 @@
"family": "Operator", "family": "Operator",
"id": "O1", "id": "O1",
"results": { "results": {
"schedule": [
{
"stationId": "M1",
"time": 0
},
{
"stationId": "M2",
"time": 20.0
}
],
"waiting_ratio": 81.0, "waiting_ratio": 81.0,
"working_ratio": 19.0 "working_ratio": 19.0
} }
......
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