Commit b96b5d5f authored by Georgios Dagkakis's avatar Georgios Dagkakis

test64 added with its dump

parent dff4e081
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"Q1",
"BD1",
{}
],
"1": [
"BD1",
"M1",
{}
],
"2": [
"M1",
"Q2",
{}
],
"3": [
"Q2",
"M2",
{}
],
"4": [
"M2",
"BR1",
{}
],
"5": [
"BR1",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"BD1": {
"_class": "Dream.BatchDecomposition",
"left": 0.4414893617021277,
"name": "Batch_Decomposition",
"numberOfSubBatches": 4,
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"top": 0.5909090909090908
},
"BR1": {
"_class": "Dream.BatchReassembly",
"left": 0.4414893617021277,
"name": "Batch_Reassembly",
"numberOfSubBatches": 4,
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"top": 0.5909090909090908
},
"E1": {
"_class": "Dream.Exit",
"left": 0.2978723404255319,
"name": "Stock",
"top": 0.045454545454545414
},
"M1": {
"_class": "Dream.BatchScrapMachine",
"failures": {},
"left": 0.4414893617021277,
"name": "Station1",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.1
},
"top": 0.5909090909090908
},
"M2": {
"_class": "Dream.BatchScrapMachine",
"failures": {},
"left": 0.4414893617021277,
"name": "Station2",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.2
},
"top": 0.5909090909090908
},
"Q1": {
"_class": "Dream.Queue",
"capacity": "-1",
"left": 0.6968085106382979,
"name": "StartQueue",
"top": 0.7727272727272727,
"wip": [
{
"_class": "Dream.Batch",
"name": "Batch1",
"id": "B1",
"numberOfUnits": "80"
},
{
"_class": "Dream.Batch",
"name": "Batch2",
"id": "B2",
"numberOfUnits": "80"
}
]
},
"Q2": {
"_class": "Dream.LineClearance",
"capacity": "2",
"left": 0.6968085106382979,
"name": "Queue1",
"top": 0.7727272727272727
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 26.0,
"takt_time": 17.0,
"throughput": 2,
"unitsThroughput": 160
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 17.647058823529413,
"failure_ratio": 0.0,
"waiting_ratio": 35.294117647058826,
"working_ratio": 47.05882352941177
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 5.882352941176471,
"working_ratio": 94.11764705882354
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
},
{
"_class": "Dream.LineClearance",
"id": "Q2"
}
],
"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