Commit 39976f90 authored by Georgios Dagkakis's avatar Georgios Dagkakis

two tests added for BatchDecomposition and wip in it

parent 0f7796d6
{
"_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": 2,
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"wip": [
{
"_class": "Dream.SubBatch",
"name": "Batch0_SB1",
"id": "SB1",
"numberOfUnits": "40",
"parentBatchId": "B0",
"parentBatchName": "Batch0"
}
],
"top": 0.5909090909090908
},
"BR1": {
"_class": "Dream.BatchReassembly",
"left": 0.4414893617021277,
"name": "Batch_Reassembly",
"numberOfSubBatches": 2,
"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
},
"wip": [
{
"_class": "Dream.SubBatch",
"name": "Batch0_SB2",
"id": "SB2",
"numberOfUnits": "40",
"unitsToProcess": 30,
"parentBatchId": "B0",
"parentBatchName": "Batch0"
}
],
"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",
"name": "Queue2",
"capacity": "-1",
"left": 0.6968085106382979,
"name": "StartQueue",
"top": 0.7727272727272727,
"wip": [
{
"_class": "Dream.Batch",
"name": "Batch1",
"id": "B1",
"numberOfUnits": "50"
}
]
},
"Q2": {
"_class": "Dream.LineClearance",
"capacity": "2",
"left": 0.6968085106382979,
"name": "Queue2",
"top": 0.7727272727272727
}
}
}
\ No newline at end of file
{
"_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": 2,
"processingTime": {
"distributionType": "Fixed",
"mean": 2
},
"wip": [
{
"_class": "Dream.Batch",
"name": "Batch1",
"id": "B1",
"numberOfUnits": "50",
"remainingProcessingTime":{
"distributionType": "Fixed",
"mean": 0.5
}
}
],
"top": 0.5909090909090908
},
"BR1": {
"_class": "Dream.BatchReassembly",
"left": 0.4414893617021277,
"name": "Batch_Reassembly",
"numberOfSubBatches": 2,
"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",
"name": "Queue2",
"capacity": "-1",
"left": 0.6968085106382979,
"name": "StartQueue",
"top": 0.7727272727272727
},
"Q2": {
"_class": "Dream.LineClearance",
"capacity": "2",
"left": 0.6968085106382979,
"name": "Queue2",
"top": 0.7727272727272727
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 24.0,
"takt_time": 14.5,
"throughput": 2,
"unitsThroughput": 130
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 5.172413793103448,
"failure_ratio": 0.0,
"waiting_ratio": 53.44827586206897,
"working_ratio": 41.37931034482759
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 10.344827586206897,
"working_ratio": 89.65517241379311
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
},
{
"_class": "Dream.LineClearance",
"id": "Q2"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 13.0,
"takt_time": 13.0,
"throughput": 1,
"unitsThroughput": 50
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 61.53846153846154,
"working_ratio": 38.46153846153846
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 23.076923076923077,
"working_ratio": 76.92307692307692
}
},
{
"_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