Commit cd92aa95 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

another 2 topologies updated

parent d8d5506b
......@@ -26,8 +26,9 @@
"M1": {
"name": "Machine1",
"scrapQuantity": {
"distributionType": "Fixed",
"mean": "2"
"Fixed": {
"mean": 2.0
}
},
"processingTime": {
"Fixed": {
......@@ -41,8 +42,9 @@
"M2": {
"name": "Machine2",
"scrapQuantity": {
"distributionType": "Fixed",
"mean": "2"
"Fixed": {
"mean": 2.0
}
},
"processingTime": {
"Fixed": {
......
......@@ -57,8 +57,9 @@
"name": "Station1",
"top": 0.5909090909090908,
"scrapQuantity": {
"distributionType": "Fixed",
"mean": "1"
"Fixed": {
"mean": 1.0
}
},
"processingTime": {
"Fixed": {
......@@ -74,8 +75,9 @@
"name": "Station3",
"top": 0.5909090909090908,
"scrapQuantity": {
"distributionType": "Fixed",
"mean": "2"
"Fixed": {
"mean": 2.0
}
},
"processingTime": {
"Fixed": {
......@@ -91,9 +93,10 @@
"name": "Station2",
"top": 0.5909090909090908,
"scrapQuantity": {
"distributionType": "Fixed",
"mean": "1"
},
"Fixed": {
"mean": 1.0
}
},
"processingTime": {
"Fixed": {
"mean": 0.2
......
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