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

another 2 topologies updated

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