Commit c69bbc2a authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

Topology76 updated and added as test

parent 61f57e2f
......@@ -77,7 +77,6 @@
},
"CE2": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB2",
"name": "WELDExit"
},
"QD": {
......
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.CapacityStationBuffer",
"id": "CB1"
},
{
"_class": "Dream.CapacityStationBuffer",
"id": "CB2"
},
{
"_class": "Dream.Exit",
"id": "CE1",
"results": {
"lifespan": 1.5,
"takt_time": 0.5,
"throughput": 4
}
},
{
"_class": "Dream.Exit",
"id": "CE2",
"results": {
"lifespan": 2.0,
"takt_time": 1.0,
"throughput": 2
}
},
{
"_class": "Dream.CapacityStation",
"id": "CS1"
},
{
"_class": "Dream.CapacityStation",
"id": "CS2"
},
{
"_class": "Dream.Queue",
"id": "QD"
}
],
"general": {
"_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