Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
e2e3516b
Commit
e2e3516b
authored
Nov 05, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all topologies updated
parent
4e8b7f24
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
2682 additions
and
2685 deletions
+2682
-2685
dream/simulation/JSONInputs/CapacityStationAssembly2.json
dream/simulation/JSONInputs/CapacityStationAssembly2.json
+166
-166
dream/simulation/JSONInputs/CapacityStationEDDThreshold1.json
...m/simulation/JSONInputs/CapacityStationEDDThreshold1.json
+204
-204
dream/simulation/JSONInputs/CapacityStationEDDThreshold2.json
...m/simulation/JSONInputs/CapacityStationEDDThreshold2.json
+204
-204
dream/simulation/JSONInputs/CapacityStationEDDThreshold3.json
...m/simulation/JSONInputs/CapacityStationEDDThreshold3.json
+204
-204
dream/simulation/JSONInputs/CapacityStationEDDThreshold4.json
...m/simulation/JSONInputs/CapacityStationEDDThreshold4.json
+104
-104
dream/simulation/JSONInputs/CapacityStationEDDThreshold5.json
...m/simulation/JSONInputs/CapacityStationEDDThreshold5.json
+104
-104
dream/simulation/JSONInputs/CapacityStationEarliestStart1.json
.../simulation/JSONInputs/CapacityStationEarliestStart1.json
+202
-203
dream/simulation/JSONInputs/CapacityStationEarliestStart2.json
.../simulation/JSONInputs/CapacityStationEarliestStart2.json
+205
-206
dream/simulation/JSONInputs/CapacityStationPrioritizeIfCanFinish1.json
...ion/JSONInputs/CapacityStationPrioritizeIfCanFinish1.json
+105
-105
dream/simulation/JSONInputs/CapacityStationPrioritizeIfCanFinish2.json
...ion/JSONInputs/CapacityStationPrioritizeIfCanFinish2.json
+105
-105
dream/simulation/JSONInputs/CapacityStationPrioritizeIfCanFinish3.json
...ion/JSONInputs/CapacityStationPrioritizeIfCanFinish3.json
+105
-105
dream/simulation/JSONInputs/CapacityStationSharedResources1.json
...imulation/JSONInputs/CapacityStationSharedResources1.json
+128
-128
dream/simulation/JSONInputs/CapacityStationSharedResources2.json
...imulation/JSONInputs/CapacityStationSharedResources2.json
+136
-136
dream/simulation/JSONInputs/CapacityStationSharedResources3.json
...imulation/JSONInputs/CapacityStationSharedResources3.json
+129
-129
dream/simulation/JSONInputs/CapacityStationSharedResources4.json
...imulation/JSONInputs/CapacityStationSharedResources4.json
+135
-135
dream/simulation/JSONInputs/CapacityStationSharedResources5.json
...imulation/JSONInputs/CapacityStationSharedResources5.json
+135
-135
dream/simulation/JSONInputs/Topology76.json
dream/simulation/JSONInputs/Topology76.json
+112
-112
dream/simulation/JSONInputs/Topology77.json
dream/simulation/JSONInputs/Topology77.json
+199
-200
No files found.
dream/simulation/JSONInputs/CapacityStationAssembly2.json
View file @
e2e3516b
{
"_class"
:
"Dream.Simulation"
,
"edges
"
:
{
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"extraPropertyDict"
:
{
"assemblySpace"
:
100
}
},
"nodes
"
:
{
"CB1"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"requireFullProject"
:
1
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P1"
,
"name"
:
"PPASB"
,
"requiredCapacity"
:
100
}
]
},
"CS1"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
],
"sharedResources
"
:
{
"stationIds"
:
[
"
CS3"
],
"priority"
:
1
}
},
"CE1"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CB2"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"PAINTBuffer"
,
"requireFullProject"
:
0
,
"wip"
:
[
]
},
"CS2
"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"PAINT"
,
"intervalCapacity"
:
[
100
,
100
,
40
,
100
,
200
,
300
],
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
}
},
"CE
2"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"PAINTExit"
,
"nextCapacityStationBufferId"
:
"CB3
"
},
"CB3"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"requireFullProject"
:
1
,
"wip"
:
[]
},
"CS3"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"ASBTST"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
],
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
}
},
"CE3"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"QD"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
,
"capacityRequirementDict"
:
{
"CS1"
:
100
,
"CS2"
:
50
,
"CS3"
:
70
},
"dueDate"
:
10
,
"assemblySpaceRequirement"
:
50
}
]
},
"CSC
"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB2"
:
{
"requireFullProject"
:
0
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"PAINTBuffer"
,
"wip"
:
[]
},
"CB3"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip"
:
[]
},
"CB1"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"PPASB"
}
]
},
"CE3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"PAINTExit"
,
"nextCapacityStationBufferId"
:
"CB3"
},
"CE1
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"QD"
:
{
"wip"
:
[
{
"capacityRequirementDict"
:
{
"CS1"
:
100
,
"CS3"
:
70
,
"CS2"
:
50
},
"name"
:
"P1"
,
"id"
:
"P1"
,
"assemblySpaceRequirement"
:
50
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"dueDate"
:
10
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1
"
:
{
"sharedResources"
:
{
"
stationIds"
:
[
"CS3"
],
"priority"
:
1
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
]
},
"CS3
"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"ASBTST"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
]
},
"CS
2"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS1
"
],
"priority"
:
2
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"PAINT"
,
"intervalCapacity"
:
[
100
,
100
,
40
,
100
,
200
,
300
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
]
},
"general"
:
{
"extraPropertyDict
"
:
{
"assemblySpace"
:
100
},
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationEDDThreshold1.json
View file @
e2e3516b
{
"_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
,
30
0
]
},
"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"
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CB4
"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"AssemblyBuffer"
,
"wip"
:
[]
},
"CSC"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CB3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"CNCBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_CNC_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_CNC_100"
}
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_100"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
}
]
},
"CE3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"CNCExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"WELDExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CS4
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"Assembly"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
80
,
300
,
35
0
]
},
"QD
"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
100
,
"CS3"
:
50
,
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
20
,
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
50
,
"CS3"
:
100
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2
"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
100
,
200
,
300
,
100
,
200
,
300
]
},
"CE4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CS3
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"CNC"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
100
,
100
,
150
]
},
"CS2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
,
150
,
60
,
350
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
],
"7"
:
[
"CS4"
,
"CE4"
,
{}
],
"6"
:
[
"CB4"
,
"CS4"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationEDDThreshold2.json
View file @
e2e3516b
{
"_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
,
30
0
]
},
"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"
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CB4
"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"AssemblyBuffer"
,
"wip"
:
[]
},
"CSC"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CB3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"CNCBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_CNC_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_CNC_100"
}
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_100"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
}
]
},
"CE3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"CNCExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"WELDExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CS4
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"Assembly"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
80
,
300
,
35
0
]
},
"QD
"
:
{
"wip"
:
[
{
"dueDate"
:
20
,
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
100
,
"CS3"
:
50
,
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
50
,
"CS3"
:
100
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2
"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
100
,
200
,
300
,
100
,
200
,
300
]
},
"CE4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CS3
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"CNC"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
100
,
100
,
150
]
},
"CS2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
,
150
,
60
,
350
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
],
"7"
:
[
"CS4"
,
"CE4"
,
{}
],
"6"
:
[
"CB4"
,
"CS4"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationEDDThreshold3.json
View file @
e2e3516b
{
"_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
,
30
0
]
},
"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"
,
"dueDateThreshold"
:
14
}
}
"nodes"
:
{
"CB4
"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"AssemblyBuffer"
,
"wip"
:
[]
},
"CSC"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"dueDateThreshold"
:
14
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CB3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"CNCBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_CNC_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_CNC_100"
}
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_100"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
}
]
},
"CE3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"CNCExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"WELDExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CS4
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"Assembly"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
80
,
300
,
35
0
]
},
"QD
"
:
{
"wip"
:
[
{
"dueDate"
:
20
,
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
100
,
"CS3"
:
50
,
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
50
,
"CS3"
:
100
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2
"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
100
,
200
,
300
,
100
,
200
,
300
]
},
"CE4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CS3
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"CNC"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
100
,
100
,
150
]
},
"CS2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
,
150
,
60
,
350
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
],
"7"
:
[
"CS4"
,
"CE4"
,
{}
],
"6"
:
[
"CB4"
,
"CS4"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationEDDThreshold4.json
View file @
e2e3516b
{
"_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"
:
5
0
}
]
},
"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"
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P3"
,
"name"
:
"P3_SMF_50"
}
]
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
75
,
50
,
300
,
100
,
200
,
30
0
]
},
"QD"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
20
,
"capacityRequirementDict
"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
},
{
"dueDate"
:
30
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationEDDThreshold5.json
View file @
e2e3516b
{
"_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"
:
5
0
}
]
},
"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"
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P3"
,
"name"
:
"P3_SMF_50"
}
]
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
125
,
50
,
300
,
100
,
200
,
30
0
]
},
"QD"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
20
,
"capacityRequirementDict
"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
},
{
"dueDate"
:
30
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationEarliestStart1.json
View file @
e2e3516b
{
"_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
},
"earliestStartDict"
:
{
"CS1"
:
2
"nodes"
:
{
"CB4"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"AssemblyBuffer"
,
"wip"
:
[]
},
"CSC"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CB3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"CNCBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_CNC_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_CNC_100"
}
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
,
"CS3"
:
100
,
"CS4"
:
50
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_100"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
}
}
]
},
"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
,
500
,
300
,
350
]
},
"CE4"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
}
}
]
},
"CE3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"CNCExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"WELDExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CS4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"Assembly"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
500
,
300
,
350
]
},
"QD"
:
{
"wip"
:
[
{
"earliestStartDict"
:
{
"CS1"
:
2
},
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
100
,
"CS3"
:
50
,
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
50
,
"CS3"
:
100
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
100
,
200
,
300
,
100
,
200
,
300
]
},
"CE4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CS3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"CNC"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
100
,
100
,
150
]
},
"CS2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
,
150
,
60
,
350
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
],
"7"
:
[
"CS4"
,
"CE4"
,
{}
],
"6"
:
[
"CB4"
,
"CS4"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationEarliestStart2.json
View file @
e2e3516b
{
"_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
},
"earliestStartDict"
:
{
"CS1"
:
2
"nodes"
:
{
"CB4"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"AssemblyBuffer"
,
"wip"
:
[]
},
"CSC"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CB3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"CNCBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_CNC_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_CNC_100"
}
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
,
"CS3"
:
100
,
"CS4"
:
50
},
"earliestStartDict"
:
{
"CS4"
:
5
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_100"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
}
}
]
},
"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
,
500
,
300
,
350
]
},
"CE4"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
}
}
]
},
"CE3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"CNCExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"WELDExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CS4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"Assembly"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
500
,
300
,
350
]
},
"QD"
:
{
"wip"
:
[
{
"earliestStartDict"
:
{
"CS1"
:
2
},
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
100
,
"CS3"
:
50
,
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"earliestStartDict"
:
{
"CS4"
:
5
},
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
50
,
"CS3"
:
100
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
100
,
200
,
300
,
100
,
200
,
300
]
},
"CE4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CS3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"CNC"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
100
,
100
,
150
]
},
"CS2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
,
150
,
60
,
350
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
],
"7"
:
[
"CS4"
,
"CE4"
,
{}
],
"6"
:
[
"CB4"
,
"CS4"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationPrioritizeIfCanFinish1.json
View file @
e2e3516b
{
"_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"
:
12
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"dueDate"
:
30
}
]
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P3"
,
"name"
:
"P3_SMF_50"
}
]
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
75
,
50
,
300
,
100
,
200
,
300
]
},
"QD
"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
12
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
},
{
"dueDate"
:
30
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CE1
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationPrioritizeIfCanFinish2.json
View file @
e2e3516b
{
"_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"
:
12
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"dueDate"
:
11
}
]
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P3"
,
"name"
:
"P3_SMF_50"
}
]
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
125
,
50
,
300
,
100
,
200
,
300
]
},
"QD
"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
12
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
},
{
"dueDate"
:
11
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CE1
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationPrioritizeIfCanFinish3.json
View file @
e2e3516b
{
"_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"
:
[
80
,
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"
:
12
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"dueDate"
:
11
}
]
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P3"
,
"name"
:
"P3_SMF_50"
}
]
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
]
},
"QD
"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
12
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
},
{
"dueDate"
:
11
,
"capacityRequirementDict"
:
{
"CS1"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P3"
,
"name"
:
"P3"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CE1
"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationSharedResources1.json
View file @
e2e3516b
{
"_class"
:
"Dream.Simulation"
,
"edges
"
:
{
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"2
"
:
[
"CB2"
,
"CS2"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"CB1"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
,
"requiredCapacity"
:
50
}
]
},
"CS1"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
],
"sharedResources"
:
{
"stationIds"
:
[
"CS2"
],
"priority"
:
1
}
},
"CE1"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CB2"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip"
:
[
{
"
_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
,
"
requiredCapacity"
:
50
}
]
},
"CS2"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"ASBTST"
,
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
}
},
"CE2
"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"ASBTSTExit
"
},
"QD"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"dueDate"
:
10
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"dueDate"
:
10
}
]
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip
"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
}
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
}
]
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"QD"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"sharedResources"
:
{
"
stationIds"
:
[
"CS2"
],
"
priority"
:
1
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
]
},
"CS2"
:
{
"sharedResources
"
:
{
"stationIds"
:
[
"CS1
"
],
"priority"
:
2
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"ASBTST"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationSharedResources2.json
View file @
e2e3516b
{
"_class"
:
"Dream.Simulation"
,
"edges
"
:
{
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"2
"
:
[
"CB2"
,
"CS2"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"CB1"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_PPASB_50"
,
"requiredCapacity"
:
50
}
]
},
"CS1"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
],
"sharedResources"
:
{
"stationIds"
:
[
"CS2"
],
"priority"
:
2
}
},
"CE1"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CB2"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip"
:
[
{
"
_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
,
"
requiredCapacity"
:
50
}
]
},
"CS2"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"ASBTST"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
],
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
1
}
},
"CE2"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"QD"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"dueDate"
:
10
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"dueDate"
:
10
}
]
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip
"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
}
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_PPASB_50"
}
]
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"QD"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"sharedResources"
:
{
"
stationIds"
:
[
"CS2"
],
"
priority"
:
2
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
]
},
"CS2"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
1
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"ASBTST"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationSharedResources3.json
View file @
e2e3516b
{
"_class"
:
"Dream.Simulation"
,
"edges
"
:
{
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"CB1"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
,
"requiredCapacity"
:
50
}
]
},
"CS1
"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"PPASB"
,
"sharedResources"
:
{
"stationIds"
:
[
"CS2"
],
"priority"
:
1
}
},
"CE1"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CB2"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"requireFullProject"
:
1
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
,
"requiredCapacity"
:
50
}
]
},
"CS2
"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"ASBTST"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
],
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
}
},
"CE2"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"QD"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"dueDate"
:
10
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"dueDate"
:
10
}
]
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB2"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
}
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
}
]
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"QD
"
:
{
"wip"
:
[
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"dueDate"
:
10
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"sharedResources
"
:
{
"stationIds"
:
[
"CS2"
],
"priority"
:
1
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"PPASB"
},
"CS2"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"ASBTST"
,
"intervalCapacity"
:
[
80
,
50
,
300
,
100
,
200
,
300
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationSharedResources4.json
View file @
e2e3516b
{
"_class"
:
"Dream.Simulation"
,
"edges
"
:
{
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"extraPropertyDict"
:
{
"assemblySpace"
:
70
}
},
"nodes"
:
{
"CB1"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"requireFullProject"
:
1
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
,
"requiredCapacity"
:
50
}
]
},
"CS1
"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
],
"sharedResources
"
:
{
"stationIds"
:
[
"CS2"
],
"priority"
:
1
}
},
"CE1"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CB2"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"requireFullProject"
:
1
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P2"
,
"
name"
:
"P2_ASBTST_50"
,
"requiredCapacity"
:
50
}
]
},
"CS2"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"ASBTST"
,
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
}
},
"CE2"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"QD"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"dueDate"
:
0
,
"assemblySpaceRequirement"
:
50
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"dueDate"
:
10
,
"assemblySpaceRequirement"
:
50
}
]
},
"CSC
"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
7
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
7
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB2"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
}
]
},
"CB1"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
}
]
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"QD"
:
{
"wip"
:
[
{
"capacityRequirementDict
"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"name"
:
"P1"
,
"id"
:
"P1"
,
"assemblySpaceRequirement"
:
50
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"dueDate"
:
0
},
{
"capacityRequirementDict
"
:
{
"CS2"
:
50
},
"name"
:
"P2"
,
"id"
:
"P2"
,
"assemblySpaceRequirement"
:
50
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"dueDate"
:
10
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS2"
],
"
priority"
:
1
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
]
},
"CS2"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"ASBTST"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
]
},
"general"
:
{
"extraPropertyDict
"
:
{
"assemblySpace"
:
70
},
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CapacityStationSharedResources5.json
View file @
e2e3516b
{
"_class"
:
"Dream.Simulation"
,
"edges
"
:
{
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"extraPropertyDict"
:
{
"assemblySpace"
:
70
}
},
"nodes"
:
{
"CB1"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"requireFullProject"
:
1
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
,
"requiredCapacity"
:
50
}
]
},
"CS1
"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
],
"sharedResources
"
:
{
"stationIds"
:
[
"CS2"
],
"priority"
:
1
}
},
"CE1"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CB2"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"requireFullProject"
:
1
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityEntity"
,
"capacityProjectId"
:
"P2"
,
"
name"
:
"P2_ASBTST_50"
,
"requiredCapacity"
:
50
}
]
},
"CS2"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"ASBTST"
,
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
}
},
"CE2"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"QD"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
,
"wip"
:
[
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"dueDate"
:
0
,
"assemblySpaceRequirement"
:
50
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS2"
:
50
},
"dueDate"
:
10
,
"assemblySpaceRequirement"
:
50
}
]
},
"CSC
"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
,
"prioritizeIfCanFinish"
:
1
,
"dueDateThreshold"
:
15
}
}
"nodes"
:
{
"CSC
"
:
{
"dueDateThreshold"
:
15
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
},
"CB2"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"ASBTSTBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_ASBTST_50"
}
]
},
"CB1"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"PPASBBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_ASBTST_50"
}
]
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"ASBTSTExit"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"PPASBExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"QD"
:
{
"wip"
:
[
{
"capacityRequirementDict
"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"name"
:
"P1"
,
"id"
:
"P1"
,
"assemblySpaceRequirement"
:
50
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"dueDate"
:
0
},
{
"capacityRequirementDict
"
:
{
"CS2"
:
50
},
"name"
:
"P2"
,
"id"
:
"P2"
,
"assemblySpaceRequirement"
:
50
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"dueDate"
:
10
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS2"
],
"
priority"
:
1
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"PPASB"
,
"intervalCapacity"
:
[
80
,
80
,
300
,
100
,
200
,
300
]
},
"CS2"
:
{
"sharedResources"
:
{
"stationIds"
:
[
"CS1"
],
"priority"
:
2
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"ASBTST"
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
]
},
"general"
:
{
"extraPropertyDict
"
:
{
"assemblySpace"
:
70
},
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/Topology76.json
View file @
e2e3516b
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
]
},
"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
]
},
"CE1"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"nextCapacityStationBufferId"
:
"CB2"
,
"name"
:
"SMFExit"
},
"CB2"
:
{
"_class"
:
"Dream.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CS2"
:
{
"_class"
:
"Dream.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
]
},
"CE2"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"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
"nodes"
:
{
"CSC"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_100"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
}
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
]
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"WELDExit"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"QD"
:
{
"wip"
:
[
{
"capacityRequirementDict"
:
{
"CS1"
:
100
,
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
}
}
]
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
}
}
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
100
,
200
,
300
]
},
"CS2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/Topology77.json
View file @
e2e3516b
{
"_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
"nodes"
:
{
"CB4"
:
{
"requireFullProject"
:
1
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"AssemblyBuffer"
,
"wip"
:
[]
},
"CSC"
:
{
"start"
:
"0"
,
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationController.CapacityStationController"
,
"name"
:
"CSC"
,
"interval"
:
"1"
},
"CB2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"WELDBuffer"
},
"CB3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"CNCBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_CNC_50"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_CNC_100"
}
},
{
"_class"
:
"Dream.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
,
"capacityRequirementDict"
:
{
"CS1"
:
50
,
"CS2"
:
100
,
"CS3"
:
100
,
"CS4"
:
50
]
},
"CB1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationBuffer.CapacityStationBuffer"
,
"name"
:
"SMFBuffer"
,
"wip"
:
[
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
100
,
"capacityProjectId"
:
"P1"
,
"name"
:
"P1_SMF_100"
},
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityEntity.CapacityEntity"
,
"requiredCapacity"
:
50
,
"capacityProjectId"
:
"P2"
,
"name"
:
"P2_SMF_50"
}
}
]
},
"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
,
500
,
300
,
350
]
},
"CE4"
:
{
"_class"
:
"Dream.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CSC"
:
{
"_class"
:
"Dream.CapacityStationController"
,
"name"
:
"CSC"
,
"start"
:
"0"
,
"interval"
:
"1"
}
}
]
},
"CE3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"CNCExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"WELDExit"
,
"nextCapacityStationBufferId"
:
"CB4"
},
"CE1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"SMFExit"
,
"nextCapacityStationBufferId"
:
"CB2"
},
"CS4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"Assembly"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
500
,
300
,
350
]
},
"QD"
:
{
"wip"
:
[
{
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
100
,
"CS3"
:
50
,
"CS2"
:
50
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P1"
,
"name"
:
"P1"
},
{
"capacityRequirementDict"
:
{
"CS4"
:
50
,
"CS1"
:
50
,
"CS3"
:
100
,
"CS2"
:
100
},
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityProject.CapacityProject"
,
"id"
:
"P2"
,
"name"
:
"P2"
}
],
"_class"
:
"Dream.Queue"
,
"capacity"
:
"-1"
,
"id"
:
"QD"
,
"name"
:
"DUMMY"
},
"CS1"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"SMF"
,
"intervalCapacity"
:
[
100
,
200
,
300
,
100
,
200
,
300
]
},
"CE4"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStationExit.CapacityStationExit"
,
"name"
:
"AssemblyExit"
},
"CS3"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"CNC"
,
"intervalCapacity"
:
[
50
,
100
,
150
,
100
,
100
,
150
]
},
"CS2"
:
{
"_class"
:
"dream.simulation.applications.CapacityStations.CapacityStation.CapacityStation"
,
"name"
:
"WELD"
,
"intervalCapacity"
:
[
150
,
60
,
350
,
150
,
60
,
350
]
}
},
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"CS1"
,
"CE1"
,
{}
],
"0"
:
[
"CB1"
,
"CS1"
,
{}
],
"3"
:
[
"CS2"
,
"CE2"
,
{}
],
"2"
:
[
"CB2"
,
"CS2"
,
{}
],
"5"
:
[
"CS3"
,
"CE3"
,
{}
],
"4"
:
[
"CB3"
,
"CS3"
,
{}
],
"7"
:
[
"CS4"
,
"CE4"
,
{}
],
"6"
:
[
"CB4"
,
"CS4"
,
{}
]
},
"general"
:
{
"trace"
:
"Yes"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment