Commit 7b15fe0e authored by Georgios Dagkakis's avatar Georgios Dagkakis

new test added

parent 353b4bde
{
"_class": "Dream.Simulation",
"edges": {
"1": [
"Q1",
"M1A",
{}
],
"2": [
"M1A",
"Q2",
{}
],
"3": [
"Q2",
"M2",
{}
],
"4": [
"M2",
"E1",
{}
],
"11": [
"Q1",
"M1B",
{}
],
"12": [
"M1B",
"Q2",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes",
"console": "No"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"name": "Exit"
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 10,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906,
"wip": [
{
"_class": "Dream.Part",
"id": "P1",
"name": "Part1"
},
{
"_class": "Dream.Part",
"id": "P0",
"name": "Part0"
}
]
},
"M1A": {
"_class": "Dream.Machine",
"name": "Machine1A",
"canDeliverOnInterruption": 1,
"processingTime": {
"distributionType": "Fixed",
"mean": 5
},
"shift": {
"shiftPattern": [
[
0,
7
]
]
}
},
"M1B": {
"_class": "Dream.Machine",
"name": "Machine1B",
"canDeliverOnInterruption": 1,
"processingTime": {
"distributionType": "Fixed",
"mean": 5
},
"shift": {
"shiftPattern": [
[
0,
7
]
]
}
},
"Q2": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q2",
"top": 0.40909090909090906,
"wip": [
{
"_class": "Dream.Part",
"id": "P2",
"name": "Part2"
},
{
"_class": "Dream.Part",
"id": "P3",
"name": "Part3"
}
]
},
"M2": {
"_class": "Dream.Machine",
"failures": {},
"name": "Machine2",
"processingTime": {
"distributionType": "Fixed",
"mean": 10
}
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": 25.0,
"takt_time": 10.0,
"throughput": 4
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1A",
"results": {
"blockage_ratio": 5.0,
"failure_ratio": 0.0,
"off_shift_ratio": 82.5,
"waiting_ratio": 0.0,
"working_ratio": 12.5
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1B",
"results": {
"blockage_ratio": 5.0,
"failure_ratio": 0.0,
"off_shift_ratio": 82.5,
"waiting_ratio": 0.0,
"working_ratio": 12.5
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q2",
"results": {}
}
],
"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