Commit 0991c2d2 authored by Georgios Dagkakis's avatar Georgios Dagkakis

two new tests

parent bc720c02
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"CB1",
"CS1",
{}
],
"1": [
"CS1",
"CE1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"CB1": {
"_class": "Dream.CapacityStationBuffer",
"name": "SMFBuffer",
"wip": [
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P1",
"name": "P1_SMF_50",
"requiredCapacity": 50
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_SMF_50",
"requiredCapacity": 50
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P3",
"name": "P3_SMF_50",
"requiredCapacity": 50
}
]
},
"CS1": {
"_class": "Dream.CapacityStation",
"name": "SMF",
"intervalCapacity": [
75,
50,
300,
100,
200,
300
]
},
"CE1": {
"_class": "Dream.CapacityStationExit",
"name": "SMFExit"
},
"QD": {
"_class": "Dream.Queue",
"capacity": "-1",
"id": "QD",
"name": "DUMMY",
"wip": [
{
"_class": "Dream.CapacityProject",
"id": "P1",
"name": "P1",
"capacityRequirementDict": {
"CS1": 50
},
"dueDate": 10
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"name": "P2",
"capacityRequirementDict": {
"CS1": 50
},
"dueDate": 20
},
{
"_class": "Dream.CapacityProject",
"id": "P3",
"name": "P3",
"capacityRequirementDict": {
"CS1": 50
},
"dueDate": 30
}
]
},
"CSC": {
"_class": "Dream.CapacityStationController",
"name": "CSC",
"start": "0",
"interval": "1",
"method": "Dream.None",
"dueDateThreshold": 7
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"CB1",
"CS1",
{}
],
"1": [
"CS1",
"CE1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "-1",
"numberOfReplications": "1",
"trace": "Yes"
},
"nodes": {
"CB1": {
"_class": "Dream.CapacityStationBuffer",
"name": "SMFBuffer",
"wip": [
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P1",
"name": "P1_SMF_50",
"requiredCapacity": 50
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_SMF_50",
"requiredCapacity": 50
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P3",
"name": "P3_SMF_50",
"requiredCapacity": 50
}
]
},
"CS1": {
"_class": "Dream.CapacityStation",
"name": "SMF",
"intervalCapacity": [
125,
50,
300,
100,
200,
300
]
},
"CE1": {
"_class": "Dream.CapacityStationExit",
"name": "SMFExit"
},
"QD": {
"_class": "Dream.Queue",
"capacity": "-1",
"id": "QD",
"name": "DUMMY",
"wip": [
{
"_class": "Dream.CapacityProject",
"id": "P1",
"name": "P1",
"capacityRequirementDict": {
"CS1": 50
},
"dueDate": 10
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"name": "P2",
"capacityRequirementDict": {
"CS1": 50
},
"dueDate": 20
},
{
"_class": "Dream.CapacityProject",
"id": "P3",
"name": "P3",
"capacityRequirementDict": {
"CS1": 50
},
"dueDate": 30
}
]
},
"CSC": {
"_class": "Dream.CapacityStationController",
"name": "CSC",
"start": "0",
"interval": "1",
"method": "Dream.None",
"dueDateThreshold": 7
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.CapacityStationBuffer",
"id": "CB1"
},
{
"_class": "Dream.Exit",
"id": "CE1",
"results": {
"lifespan": 1.8,
"takt_time": 0.6,
"throughput": 5
}
},
{
"_class": "Dream.CapacityStation",
"id": "CS1",
"results": {
"capacityUsed": [
{
"P1": 50,
"P2": 25.0,
"period": 0.0,
"utilization": 1.0
},
{
"P2": 25.0,
"P3": 25.0,
"period": 1.0,
"utilization": 1.0
},
{
"P3": 25.0,
"period": 2.0,
"utilization": 0.08333333333333333
}
],
"detailedWorkPlan": [
{
"allocation": 50,
"operation": "CS1",
"project": "P1",
"time": 0.0
},
{
"allocation": 25.0,
"operation": "CS1",
"project": "P2",
"time": 0.0
},
{
"allocation": 25.0,
"operation": "CS1",
"project": "P2",
"time": 1.0
},
{
"allocation": 25.0,
"operation": "CS1",
"project": "P3",
"time": 1.0
},
{
"allocation": 25.0,
"operation": "CS1",
"project": "P3",
"time": 2.0
}
],
"meanUtilization": 0.6944444444444444
}
},
{
"_class": "Dream.CapacityProject",
"id": "P1",
"results": {
"schedule": [
{
"entranceTime": 0.0,
"exitTime": 1.0,
"stationId": "CS1"
}
]
}
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"results": {
"schedule": [
{
"entranceTime": 0.0,
"exitTime": 2.0,
"stationId": "CS1"
}
]
}
},
{
"_class": "Dream.CapacityProject",
"id": "P3",
"results": {
"schedule": [
{
"entranceTime": 1.0,
"exitTime": 3.0,
"stationId": "CS1"
}
]
}
},
{
"_class": "Dream.Queue",
"id": "QD"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.CapacityStationBuffer",
"id": "CB1"
},
{
"_class": "Dream.Exit",
"id": "CE1",
"results": {
"lifespan": 1.25,
"takt_time": 0.5,
"throughput": 4
}
},
{
"_class": "Dream.CapacityStation",
"id": "CS1",
"results": {
"capacityUsed": [
{
"P1": 50,
"P2": 50,
"P3": 25.0,
"period": 0.0,
"utilization": 1.0
},
{
"P3": 25.0,
"period": 1.0,
"utilization": 0.5
}
],
"detailedWorkPlan": [
{
"allocation": 50,
"operation": "CS1",
"project": "P1",
"time": 0.0
},
{
"allocation": 50,
"operation": "CS1",
"project": "P2",
"time": 0.0
},
{
"allocation": 25.0,
"operation": "CS1",
"project": "P3",
"time": 0.0
},
{
"allocation": 25.0,
"operation": "CS1",
"project": "P3",
"time": 1.0
}
],
"meanUtilization": 0.75
}
},
{
"_class": "Dream.CapacityProject",
"id": "P1",
"results": {
"schedule": [
{
"entranceTime": 0.0,
"exitTime": 1.0,
"stationId": "CS1"
}
]
}
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"results": {
"schedule": [
{
"entranceTime": 0.0,
"exitTime": 1.0,
"stationId": "CS1"
}
]
}
},
{
"_class": "Dream.CapacityProject",
"id": "P3",
"results": {
"schedule": [
{
"entranceTime": 0.0,
"exitTime": 2.0,
"stationId": "CS1"
}
]
}
},
{
"_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