Commit 50ca24e3 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

another 3 topologies

parent cd92aa95
...@@ -11,8 +11,9 @@ ...@@ -11,8 +11,9 @@
"route": [ "route": [
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q1" "Q1"
...@@ -20,8 +21,9 @@ ...@@ -20,8 +21,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 10.0 "mean": 10.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
...@@ -29,8 +31,9 @@ ...@@ -29,8 +31,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q3" "Q3"
...@@ -38,8 +41,9 @@ ...@@ -38,8 +41,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 20.0 "mean": 20.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
...@@ -69,8 +73,9 @@ ...@@ -69,8 +73,9 @@
"route": [ "route": [
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q3" "Q3"
...@@ -78,8 +83,9 @@ ...@@ -78,8 +83,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 30.0 "mean": 30.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
...@@ -87,8 +93,9 @@ ...@@ -87,8 +93,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q1" "Q1"
...@@ -96,8 +103,9 @@ ...@@ -96,8 +103,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 20.0 "mean": 20.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
...@@ -127,8 +135,9 @@ ...@@ -127,8 +135,9 @@
"route": [ "route": [
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q2" "Q2"
...@@ -136,8 +145,9 @@ ...@@ -136,8 +145,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 20.0 "mean": 20.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
...@@ -145,8 +155,9 @@ ...@@ -145,8 +155,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q1" "Q1"
...@@ -154,8 +165,9 @@ ...@@ -154,8 +165,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 34.0 "mean": 34.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
...@@ -178,41 +190,41 @@ ...@@ -178,41 +190,41 @@
"M1": { "M1": {
"processingTime": { "processingTime": {
"Fixed": { "Fixed": {
"mean": 0.9,
"max": "1", "max": "1",
"min": "0.1", "min": "0.1",
"stdev": "0.1" "stdev": "0.1",
"mean": 0.9
} }
}, },
"interruptions": {},
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "M1", "name": "M1"
"interruptions": {}
}, },
"M3": { "M3": {
"processingTime": { "processingTime": {
"Fixed": { "Fixed": {
"mean": 0.9,
"max": "1", "max": "1",
"min": "0.1", "min": "0.1",
"stdev": "0.1" "stdev": "0.1",
"mean": 0.9
} }
}, },
"interruptions": {},
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "M3", "name": "M3"
"interruptions": {}
}, },
"M2": { "M2": {
"processingTime": { "processingTime": {
"Fixed": { "Fixed": {
"mean": 0.9,
"max": "1", "max": "1",
"min": "0.1", "min": "0.1",
"stdev": "0.1" "stdev": "0.1",
"mean": 0.9
} }
}, },
"interruptions": {},
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "M2", "name": "M2"
"interruptions": {}
}, },
"E1": { "E1": {
"interruptions": {}, "interruptions": {},
......
...@@ -11,8 +11,9 @@ ...@@ -11,8 +11,9 @@
"route": [ "route": [
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q1" "Q1"
...@@ -20,8 +21,9 @@ ...@@ -20,8 +21,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.25 "mean": 0.25
}
}, },
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
...@@ -29,8 +31,9 @@ ...@@ -29,8 +31,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q2" "Q2"
...@@ -38,8 +41,9 @@ ...@@ -38,8 +41,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 1.0 "mean": 1.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
...@@ -60,17 +64,11 @@ ...@@ -60,17 +64,11 @@
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
"id": "Q1" "id": "Q1"
}, },
"M1": { "E1": {
"name": "Machine1",
"processingTime": {
"Fixed": {
"mean": 0.25
}
},
"interruptions": {}, "interruptions": {},
"failures": {}, "_class": "Dream.ExitJobShop",
"_class": "Dream.MachineJobShop", "id": "E1",
"id": "M1" "name": "Stock"
}, },
"Q2": { "Q2": {
"capacity": -1, "capacity": -1,
...@@ -82,8 +80,9 @@ ...@@ -82,8 +80,9 @@
"route": [ "route": [
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q2" "Q2"
...@@ -91,8 +90,9 @@ ...@@ -91,8 +90,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 1.0 "mean": 1.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
...@@ -113,11 +113,12 @@ ...@@ -113,11 +113,12 @@
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
"id": "Q2" "id": "Q2"
}, },
"E1": { "M1": {
"name": "Machine1",
"failures": {},
"interruptions": {}, "interruptions": {},
"_class": "Dream.ExitJobShop", "_class": "Dream.MachineJobShop",
"id": "E1", "id": "M1"
"name": "Stock"
}, },
"M2": { "M2": {
"preemption": { "preemption": {
...@@ -125,11 +126,6 @@ ...@@ -125,11 +126,6 @@
"isPreemptive": "1" "isPreemptive": "1"
}, },
"name": "Machine2", "name": "Machine2",
"processingTime": {
"Fixed": {
"mean": 1.5
}
},
"interruptions": {}, "interruptions": {},
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"id": "M2" "id": "M2"
...@@ -139,10 +135,10 @@ ...@@ -139,10 +135,10 @@
}, },
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"general": { "general": {
"trace": "No", "maxSimTime": "-1",
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
"confidenceLevel": "0.95", "confidenceLevel": "0.95",
"maxSimTime": "-1", "trace": "No",
"numberOfReplications": "1" "numberOfReplications": "1"
} }
} }
\ No newline at end of file
...@@ -11,8 +11,9 @@ ...@@ -11,8 +11,9 @@
"route": [ "route": [
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q1" "Q1"
...@@ -20,8 +21,9 @@ ...@@ -20,8 +21,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.25 "mean": 0.25
}
}, },
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
...@@ -29,8 +31,9 @@ ...@@ -29,8 +31,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q2" "Q2"
...@@ -38,8 +41,9 @@ ...@@ -38,8 +41,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 1.0 "mean": 1.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
...@@ -60,17 +64,11 @@ ...@@ -60,17 +64,11 @@
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
"id": "Q1" "id": "Q1"
}, },
"M1": { "E1": {
"name": "Machine1",
"processingTime": {
"Fixed": {
"mean": 0.25
}
},
"interruptions": {}, "interruptions": {},
"failures": {}, "_class": "Dream.ExitJobShop",
"_class": "Dream.MachineJobShop", "id": "E1",
"id": "M1" "name": "Stock"
}, },
"Q2": { "Q2": {
"capacity": -1, "capacity": -1,
...@@ -82,8 +80,9 @@ ...@@ -82,8 +80,9 @@
"route": [ "route": [
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 0.0 "mean": 0.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"Q2" "Q2"
...@@ -91,8 +90,9 @@ ...@@ -91,8 +90,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed": {
"mean": 1.0 "mean": 1.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
...@@ -113,11 +113,17 @@ ...@@ -113,11 +113,17 @@
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
"id": "Q2" "id": "Q2"
}, },
"E1": { "M1": {
"name": "Machine1",
"processingTime": {
"Fixed": {
"mean": 0.25
}
},
"failures": {},
"interruptions": {}, "interruptions": {},
"_class": "Dream.ExitJobShop", "_class": "Dream.MachineJobShop",
"id": "E1", "id": "M1"
"name": "Stock"
}, },
"M2": { "M2": {
"preemption": { "preemption": {
...@@ -139,10 +145,10 @@ ...@@ -139,10 +145,10 @@
}, },
"_class": "Dream.Simulation", "_class": "Dream.Simulation",
"general": { "general": {
"trace": "No", "maxSimTime": "-1",
"_class": "Dream.Configuration", "_class": "Dream.Configuration",
"confidenceLevel": "0.95", "confidenceLevel": "0.95",
"maxSimTime": "-1", "trace": "No",
"numberOfReplications": "1" "numberOfReplications": "1"
} }
} }
\ 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