Commit 9ce33186 authored by Georgios Dagkakis's avatar Georgios Dagkakis

3 new tests added for capacity stations that consider the due date

parent e48e9b6e
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"CB1",
"CS1",
{}
],
"1": [
"CS1",
"CE1",
{}
],
"2": [
"CB2",
"CS2",
{}
],
"3": [
"CS2",
"CE2",
{}
],
"4": [
"CB3",
"CS3",
{}
],
"5": [
"CS3",
"CE3",
{}
],
"6": [
"CB4",
"CS4",
{}
],
"7": [
"CS4",
"CE4",
{}
]
},
"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_100",
"requiredCapacity": 100
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_SMF_50",
"requiredCapacity": 50
}
]
},
"CS1": {
"_class": "Dream.CapacityStation",
"name": "SMF",
"intervalCapacity": [
100,
200,
300,
100,
200,
300
]
},
"CE1": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB2",
"name": "SMFExit"
},
"CB2": {
"_class": "Dream.CapacityStationBuffer",
"name": "WELDBuffer"
},
"CS2": {
"_class": "Dream.CapacityStation",
"name": "WELD",
"intervalCapacity": [
150,
60,
350,
150,
60,
350
]
},
"CE2": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB4",
"name": "WELDExit"
},
"QD": {
"_class": "Dream.Queue",
"capacity": "-1",
"id": "QD",
"name": "DUMMY",
"wip": [
{
"_class": "Dream.CapacityProject",
"id": "P1",
"name": "P1",
"capacityRequirementDict": {
"CS1": 100,
"CS2": 50,
"CS3": 50,
"CS4": 50
},
"dueDate": 10
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"name": "P2",
"capacityRequirementDict": {
"CS1": 50,
"CS2": 100,
"CS3": 100,
"CS4": 50
},
"dueDate": 20
}
]
},
"CB3": {
"_class": "Dream.CapacityStationBuffer",
"name": "CNCBuffer",
"wip": [
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P1",
"name": "P1_CNC_50",
"requiredCapacity": 50
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_CNC_100",
"requiredCapacity": 100
}
]
},
"CS3": {
"_class": "Dream.CapacityStation",
"name": "CNC",
"intervalCapacity": [
50,
100,
150,
100,
100,
150
]
},
"CE3": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB4",
"name": "CNCExit"
},
"CB4": {
"_class": "Dream.CapacityStationBuffer",
"name": "AssemblyBuffer",
"requireFullProject": 1,
"wip": []
},
"CS4": {
"_class": "Dream.CapacityStation",
"name": "Assembly",
"intervalCapacity": [
50,
100,
150,
80,
300,
350
]
},
"CE4": {
"_class": "Dream.CapacityStationExit",
"name": "AssemblyExit"
},
"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",
{}
],
"2": [
"CB2",
"CS2",
{}
],
"3": [
"CS2",
"CE2",
{}
],
"4": [
"CB3",
"CS3",
{}
],
"5": [
"CS3",
"CE3",
{}
],
"6": [
"CB4",
"CS4",
{}
],
"7": [
"CS4",
"CE4",
{}
]
},
"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_100",
"requiredCapacity": 100
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_SMF_50",
"requiredCapacity": 50
}
]
},
"CS1": {
"_class": "Dream.CapacityStation",
"name": "SMF",
"intervalCapacity": [
100,
200,
300,
100,
200,
300
]
},
"CE1": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB2",
"name": "SMFExit"
},
"CB2": {
"_class": "Dream.CapacityStationBuffer",
"name": "WELDBuffer"
},
"CS2": {
"_class": "Dream.CapacityStation",
"name": "WELD",
"intervalCapacity": [
150,
60,
350,
150,
60,
350
]
},
"CE2": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB4",
"name": "WELDExit"
},
"QD": {
"_class": "Dream.Queue",
"capacity": "-1",
"id": "QD",
"name": "DUMMY",
"wip": [
{
"_class": "Dream.CapacityProject",
"id": "P1",
"name": "P1",
"capacityRequirementDict": {
"CS1": 100,
"CS2": 50,
"CS3": 50,
"CS4": 50
},
"dueDate": 20
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"name": "P2",
"capacityRequirementDict": {
"CS1": 50,
"CS2": 100,
"CS3": 100,
"CS4": 50
},
"dueDate": 10
}
]
},
"CB3": {
"_class": "Dream.CapacityStationBuffer",
"name": "CNCBuffer",
"wip": [
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P1",
"name": "P1_CNC_50",
"requiredCapacity": 50
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_CNC_100",
"requiredCapacity": 100
}
]
},
"CS3": {
"_class": "Dream.CapacityStation",
"name": "CNC",
"intervalCapacity": [
50,
100,
150,
100,
100,
150
]
},
"CE3": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB4",
"name": "CNCExit"
},
"CB4": {
"_class": "Dream.CapacityStationBuffer",
"name": "AssemblyBuffer",
"requireFullProject": 1,
"wip": []
},
"CS4": {
"_class": "Dream.CapacityStation",
"name": "Assembly",
"intervalCapacity": [
50,
100,
150,
80,
300,
350
]
},
"CE4": {
"_class": "Dream.CapacityStationExit",
"name": "AssemblyExit"
},
"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",
{}
],
"2": [
"CB2",
"CS2",
{}
],
"3": [
"CS2",
"CE2",
{}
],
"4": [
"CB3",
"CS3",
{}
],
"5": [
"CS3",
"CE3",
{}
],
"6": [
"CB4",
"CS4",
{}
],
"7": [
"CS4",
"CE4",
{}
]
},
"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_100",
"requiredCapacity": 100
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_SMF_50",
"requiredCapacity": 50
}
]
},
"CS1": {
"_class": "Dream.CapacityStation",
"name": "SMF",
"intervalCapacity": [
100,
200,
300,
100,
200,
300
]
},
"CE1": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB2",
"name": "SMFExit"
},
"CB2": {
"_class": "Dream.CapacityStationBuffer",
"name": "WELDBuffer"
},
"CS2": {
"_class": "Dream.CapacityStation",
"name": "WELD",
"intervalCapacity": [
150,
60,
350,
150,
60,
350
]
},
"CE2": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB4",
"name": "WELDExit"
},
"QD": {
"_class": "Dream.Queue",
"capacity": "-1",
"id": "QD",
"name": "DUMMY",
"wip": [
{
"_class": "Dream.CapacityProject",
"id": "P1",
"name": "P1",
"capacityRequirementDict": {
"CS1": 100,
"CS2": 50,
"CS3": 50,
"CS4": 50
},
"dueDate": 20
},
{
"_class": "Dream.CapacityProject",
"id": "P2",
"name": "P2",
"capacityRequirementDict": {
"CS1": 50,
"CS2": 100,
"CS3": 100,
"CS4": 50
},
"dueDate": 10
}
]
},
"CB3": {
"_class": "Dream.CapacityStationBuffer",
"name": "CNCBuffer",
"wip": [
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P1",
"name": "P1_CNC_50",
"requiredCapacity": 50
},
{
"_class": "Dream.CapacityEntity",
"capacityProjectId": "P2",
"name": "P2_CNC_100",
"requiredCapacity": 100
}
]
},
"CS3": {
"_class": "Dream.CapacityStation",
"name": "CNC",
"intervalCapacity": [
50,
100,
150,
100,
100,
150
]
},
"CE3": {
"_class": "Dream.CapacityStationExit",
"nextCapacityStationBufferId": "CB4",
"name": "CNCExit"
},
"CB4": {
"_class": "Dream.CapacityStationBuffer",
"name": "AssemblyBuffer",
"requireFullProject": 1,
"wip": []
},
"CS4": {
"_class": "Dream.CapacityStation",
"name": "Assembly",
"intervalCapacity": [
50,
100,
150,
80,
300,
350
]
},
"CE4": {
"_class": "Dream.CapacityStationExit",
"name": "AssemblyExit"
},
"CSC": {
"_class": "Dream.CapacityStationController",
"name": "CSC",
"start": "0",
"interval": "1",
"method": "Dream.None",
"dueDateThreshold":14
}
}
}
\ 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