Commit 1a03a489 authored by Georgios Dagkakis's avatar Georgios Dagkakis

dumps to tests added

parent ed6df30c
......@@ -15,7 +15,7 @@
{
"processingTime": {
"Fixed": {
"mean": 10.0
"mean": 9.0
}
},
"stationIdsList": [
......@@ -67,10 +67,10 @@
},
"_class": "Dream.Simulation",
"general": {
"maxSimTime": "100",
"maxSimTime": "-1",
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"trace": "Yes",
"trace": "No",
"numberOfReplications": "1"
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "DummyQ",
"results": {}
},
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": [
6.63
],
"takt_time": [
1.75
],
"throughput": [
50
]
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": [
78.85714285714286
],
"break_ratio": [
0.0
],
"failure_ratio": [
5.714285714285714
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
0.5714285714285714
],
"working_ratio": [
14.857142857142858
]
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": [
0.0
],
"break_ratio": [
0.0
],
"failure_ratio": [
11.428571428571429
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
2.857142857142857
],
"working_ratio": [
85.71428571428571
]
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
},
{
"_class": "Dream.Repairman",
"family": "Operator",
"id": "W1",
"results": {
"off_shift_ratio": [
0.0
],
"on_break_ratio": [
0.0
],
"waiting_ratio": [
82.85714285714286
],
"working_ratio": [
17.142857142857142
]
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.ExitJobShop",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": [
10.0
],
"takt_time": [
10.0
],
"throughput": [
1
]
}
},
{
"_class": "Dream.Job",
"family": "Job",
"id": "J1",
"results": {
"completionTime": 10.0,
"schedule": [
{
"entranceTime": 0,
"exitTime": 0,
"stationId": "Q1"
},
{
"entranceTime": 0,
"exitTime": 10.0,
"stationId": "M1"
},
{
"entranceTime": 10.0,
"stationId": "E1"
}
]
}
},
{
"_class": "Dream.MachineJobShop",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": [
0.0
],
"break_ratio": [
0.0
],
"failure_ratio": [
10.0
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
0.0
],
"working_ratio": [
90.0
]
}
},
{
"_class": "Dream.QueueJobShop",
"family": "Buffer",
"id": "Q1",
"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