Commit cec121df authored by Georgios Dagkakis's avatar Georgios Dagkakis

topology updated to define router not to ouput results. dump updated accordingly

parent b8275b61
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
"SkilledRouter01": { "SkilledRouter01": {
"_class": "dream.simulation.SkilledOperatorRouter.SkilledRouter", "_class": "dream.simulation.SkilledOperatorRouter.SkilledRouter",
"name": "SkilledRouter01", "name": "SkilledRouter01",
"outputSolutions":1, "outputSolutions":0,
"weightFactors":[2, 1, 0, 2, 1, 1] "weightFactors":[2, 1, 0, 2, 1, 1]
} }
}, },
......
...@@ -100,78 +100,6 @@ ...@@ -100,78 +100,6 @@
"family": "Buffer", "family": "Buffer",
"id": "Q2", "id": "Q2",
"results": {} "results": {}
},
{
"_class": "Dream.SkilledRouter",
"id": "SkilledRouter01",
"results": {
"solutionList": [
{
"allocation": {
"O1": "M1"
},
"time": 0
},
{
"allocation": {
"O1": "M1"
},
"time": 10.0
},
{
"allocation": {
"O1": "M1"
},
"time": 20.0
},
{
"allocation": {
"O1": "M1"
},
"time": 30.0
},
{
"allocation": {
"O1": "M2"
},
"time": 40.0
},
{
"allocation": {
"O1": "M2"
},
"time": 50.0
},
{
"allocation": {
"O1": "M2"
},
"time": 60.0
},
{
"allocation": {
"O1": "M2"
},
"time": 70.0
},
{
"allocation": {
"O1": "M2"
},
"time": 80.0
},
{
"allocation": {
"O1": "M2"
},
"time": 90.0
},
{
"allocation": {},
"time": 100.0
}
]
}
} }
], ],
"general": { "general": {
......
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