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

topology26 (sent by Jerome as sample) added to the test

parent c15a0ee3
{
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"throughput": 3,
"takt_time": 24.666666666666668,
"lifespan": 59.333333333333336
}
},
{
"_class": "Dream.Job",
"id": "J1",
"results": {
"completionTime": 50.0,
"schedule": {
"1": {
"entranceTime": 0,
"stationId": "M1"
},
"0": {
"entranceTime": 0,
"stationId": "Q1"
},
"3": {
"entranceTime": 30.0,
"stationId": "M3"
},
"2": {
"entranceTime": 10.0,
"stationId": "Q3"
},
"4": {
"entranceTime": 50.0,
"stationId": "E1"
}
}
}
},
{
"_class": "Dream.Job",
"id": "J2",
"results": {
"completionTime": 54.0,
"schedule": {
"1": {
"entranceTime": 0,
"stationId": "M2"
},
"0": {
"entranceTime": 0,
"stationId": "Q2"
},
"3": {
"entranceTime": 20.0,
"stationId": "M1"
},
"2": {
"entranceTime": 20.0,
"stationId": "Q1"
},
"4": {
"entranceTime": 54.0,
"stationId": "E1"
}
}
}
},
{
"_class": "Dream.Job",
"id": "J3",
"results": {
"completionTime": 74.0,
"schedule": {
"1": {
"entranceTime": 0,
"stationId": "M3"
},
"0": {
"entranceTime": 0,
"stationId": "Q3"
},
"3": {
"entranceTime": 54.0,
"stationId": "M1"
},
"2": {
"entranceTime": 30.0,
"stationId": "Q1"
},
"4": {
"entranceTime": 74.0,
"stationId": "E1"
}
}
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 86.48648648648648,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 13.513513513513514
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 27.027027027027028,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 72.97297297297297
}
},
{
"_class": "Dream.Machine",
"id": "M3",
"results": {
"working_ratio": 67.56756756756756,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 32.432432432432435
}
}
],
"_class": "Dream.Simulation",
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
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