Commit ef7af0de authored by Georgios Dagkakis's avatar Georgios Dagkakis

Topology 77 and dump updated.

parent bb38f08d
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
"CB4": { "CB4": {
"_class": "Dream.CapacityStationBuffer", "_class": "Dream.CapacityStationBuffer",
"name": "AssemblyBuffer", "name": "AssemblyBuffer",
"isAssembly":1, "requireFullProject":1,
"wip": [] "wip": []
}, },
"CS4": { "CS4": {
......
...@@ -556,4 +556,4 @@ ...@@ -556,4 +556,4 @@
null null
] ]
] ]
} }
\ No newline at end of file
...@@ -222,27 +222,27 @@ ...@@ -222,27 +222,27 @@
"utilization": 0.0 "utilization": 0.0
}, },
{ {
"P1": 100.0, "P1": 50,
"P2": 100.0, "P2": 50,
"period": 3.0, "period": 3.0,
"utilization": 0.4 "utilization": 0.2
} }
], ],
"detailedWorkPlan": [ "detailedWorkPlan": [
{ {
"allocation": 100.0, "allocation": 50,
"operation": "CS4", "operation": "CS4",
"project": "P1", "project": "P1",
"time": 3.0 "time": 3.0
}, },
{ {
"allocation": 100.0, "allocation": 50,
"operation": "CS4", "operation": "CS4",
"project": "P2", "project": "P2",
"time": 3.0 "time": 3.0
} }
], ],
"meanUtilization": 0.1 "meanUtilization": 0.05
} }
}, },
{ {
......
...@@ -199,4 +199,4 @@ ...@@ -199,4 +199,4 @@
"general": { "general": {
"_class": "Dream.Configuration" "_class": "Dream.Configuration"
} }
} }
\ 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