Commit b8275b61 authored by Georgios Dagkakis's avatar Georgios Dagkakis

3 topologies changed to define the router

parent 4926f72e
......@@ -90,6 +90,10 @@
"_class": "Dream.Operator",
"capacity": 1,
"name": "Operator1"
},
"R1": {
"_class": "dream.simulation.OperatorRouter.Router",
"name": "OperatorRouter"
}
},
"edge": {
......
......@@ -84,7 +84,12 @@
"capacity": 1,
"name": "Operator1",
"ouputSchedule":1
}
},
"SkilledRouter01": {
"_class": "dream.simulation.SkilledOperatorRouter.SkilledRouter",
"name": "SkilledRouter01",
"outputSolutions":1
}
},
"edge": {
"1": {
......
......@@ -88,7 +88,13 @@
"_class": "Dream.Operator",
"capacity": 1,
"name": "Operator1"
}
},
"SkilledRouter01": {
"_class": "dream.simulation.SkilledOperatorRouter.SkilledRouter",
"name": "SkilledRouter01",
"outputSolutions":1,
"weightFactors":[2, 1, 0, 2, 1, 1]
}
},
"edge": {
"1": {
......
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