Commit fe105a4f authored by Georgios Dagkakis's avatar Georgios Dagkakis

2 new tests added

parent 0eb0563c
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"Q1",
"M1",
{}
],
"1": [
"M1",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"left": 0.5,
"name": "Stock",
"top": 0.10215053763440862
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906,
"wip": []
},
"M1": {
"_class": "Dream.BatchScrapMachine",
"failures": {
"failureDistribution": "No"
},
"left": 0.5,
"name": "Moulding",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.1
},
"wip": [
{
"_class": "Dream.Batch",
"id": "B1",
"name": "Batch1",
"numberOfUnits": 80,
"unitsToProcess":40
}
],
"top": 0.5
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"Q1",
"M1",
{}
],
"1": [
"M1",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"left": 0.5,
"name": "Stock",
"top": 0.10215053763440862
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906,
"wip": [
{
"_class": "Dream.Batch",
"id": "B2",
"name": "Batch2",
"numberOfUnits": 80
}
]
},
"M1": {
"_class": "Dream.BatchScrapMachine",
"failures": {
"failureDistribution": "No"
},
"left": 0.5,
"name": "Moulding",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.1
},
"wip": [
{
"_class": "Dream.Batch",
"id": "B1",
"name": "Batch1",
"numberOfUnits": 80,
"unitsToProcess": 40
}
],
"top": 0.5
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 4.0,
"takt_time": 4.0,
"throughput": 1,
"unitsThroughput": 80
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 8.0,
"takt_time": 6.0,
"throughput": 2,
"unitsThroughput": 160
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"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