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

another 3 topologies

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