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
3a882e9d
Commit
3a882e9d
authored
Aug 12, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4 tests for wip in BatchReassembly
parent
608a7b46
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
680 additions
and
0 deletions
+680
-0
dream/simulation/JSONInputs/WipInBatchReassembly1.json
dream/simulation/JSONInputs/WipInBatchReassembly1.json
+115
-0
dream/simulation/JSONInputs/WipInBatchReassembly2.json
dream/simulation/JSONInputs/WipInBatchReassembly2.json
+133
-0
dream/simulation/JSONInputs/WipInBatchReassembly3.json
dream/simulation/JSONInputs/WipInBatchReassembly3.json
+133
-0
dream/simulation/JSONInputs/WipInBatchReassembly4.json
dream/simulation/JSONInputs/WipInBatchReassembly4.json
+131
-0
dream/tests/dump/WipInBatchReassembly1.json.result
dream/tests/dump/WipInBatchReassembly1.json.result
+42
-0
dream/tests/dump/WipInBatchReassembly2.json.result
dream/tests/dump/WipInBatchReassembly2.json.result
+42
-0
dream/tests/dump/WipInBatchReassembly3.json.result
dream/tests/dump/WipInBatchReassembly3.json.result
+42
-0
dream/tests/dump/WipInBatchReassembly4.json.result
dream/tests/dump/WipInBatchReassembly4.json.result
+42
-0
No files found.
dream/simulation/JSONInputs/WipInBatchReassembly1.json
0 → 100644
View file @
3a882e9d
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"Q1"
,
"BD1"
,
{}
],
"1"
:
[
"BD1"
,
"M1"
,
{}
],
"2"
:
[
"M1"
,
"BR1"
,
{}
],
"3"
:
[
"BR1"
,
"M2"
,
{}
],
"4"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"BD1"
:
{
"_class"
:
"Dream.BatchDecomposition"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Decomposition"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:[],
"top"
:
0.5909090909090908
},
"BR1"
:
{
"_class"
:
"Dream.BatchReassembly"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Reassembly"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"name"
:
"Batch1"
,
"id"
:
"B1"
,
"numberOfUnits"
:
"50"
}
],
"top"
:
0.5909090909090908
},
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.2978723404255319
,
"name"
:
"Stock"
,
"top"
:
0.045454545454545414
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station1"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"top"
:
0.5909090909090908
},
"M2"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station2"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.2
},
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"name"
:
"Batch2"
,
"id"
:
"B2"
,
"numberOfUnits"
:
"50"
,
"unitsToProcess"
:
5
}
],
"top"
:
0.5909090909090908
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"name"
:
"Queue2"
,
"capacity"
:
"-1"
,
"left"
:
0.6968085106382979
,
"name"
:
"StartQueue"
,
"top"
:
0.7727272727272727
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/WipInBatchReassembly2.json
0 → 100644
View file @
3a882e9d
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"Q1"
,
"BD1"
,
{}
],
"1"
:
[
"BD1"
,
"M1"
,
{}
],
"2"
:
[
"M1"
,
"BR1"
,
{}
],
"3"
:
[
"BR1"
,
"M2"
,
{}
],
"4"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"BD1"
:
{
"_class"
:
"Dream.BatchDecomposition"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Decomposition"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:[],
"top"
:
0.5909090909090908
},
"BR1"
:
{
"_class"
:
"Dream.BatchReassembly"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Reassembly"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:
[
{
"_class"
:
"Dream.SubBatch"
,
"id"
:
"SB1"
,
"name"
:
"Batch1_SB1"
,
"numberOfUnits"
:
30
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
,
"remainingProcessingTime"
:{
"distributionType"
:
"Fixed"
,
"mean"
:
0
}
},
{
"_class"
:
"Dream.SubBatch"
,
"id"
:
"SB2"
,
"name"
:
"Batch1_SB2"
,
"numberOfUnits"
:
30
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
,
"remainingProcessingTime"
:{
"distributionType"
:
"Fixed"
,
"mean"
:
0
}
}
],
"top"
:
0.5909090909090908
},
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.2978723404255319
,
"name"
:
"Stock"
,
"top"
:
0.045454545454545414
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station1"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"top"
:
0.5909090909090908
},
"M2"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station2"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.2
},
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"name"
:
"Batch2"
,
"id"
:
"B2"
,
"numberOfUnits"
:
"50"
,
"unitsToProcess"
:
5
}
],
"top"
:
0.5909090909090908
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"name"
:
"Queue2"
,
"capacity"
:
"-1"
,
"left"
:
0.6968085106382979
,
"name"
:
"StartQueue"
,
"top"
:
0.7727272727272727
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/WipInBatchReassembly3.json
0 → 100644
View file @
3a882e9d
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"Q1"
,
"BD1"
,
{}
],
"1"
:
[
"BD1"
,
"M1"
,
{}
],
"2"
:
[
"M1"
,
"BR1"
,
{}
],
"3"
:
[
"BR1"
,
"M2"
,
{}
],
"4"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"BD1"
:
{
"_class"
:
"Dream.BatchDecomposition"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Decomposition"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:
[],
"top"
:
0.5909090909090908
},
"BR1"
:
{
"_class"
:
"Dream.BatchReassembly"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Reassembly"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:
[
{
"_class"
:
"Dream.SubBatch"
,
"id"
:
"SB1"
,
"name"
:
"Batch1_SB1"
,
"numberOfUnits"
:
30
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
,
"remainingProcessingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
20
}
},
{
"_class"
:
"Dream.SubBatch"
,
"id"
:
"SB2"
,
"name"
:
"Batch1_SB2"
,
"numberOfUnits"
:
30
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
,
"remainingProcessingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
20
}
}
],
"top"
:
0.5909090909090908
},
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.2978723404255319
,
"name"
:
"Stock"
,
"top"
:
0.045454545454545414
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station1"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"top"
:
0.5909090909090908
,
"wip"
:
[]
},
"M2"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station2"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.2
},
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"name"
:
"Batch2"
,
"id"
:
"B2"
,
"numberOfUnits"
:
"50"
,
"unitsToProcess"
:
5
}
],
"top"
:
0.5909090909090908
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"name"
:
"StartQueue"
,
"capacity"
:
"-1"
,
"left"
:
0.6968085106382979
,
"top"
:
0.7727272727272727
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/WipInBatchReassembly4.json
0 → 100644
View file @
3a882e9d
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"Q1"
,
"BD1"
,
{}
],
"1"
:
[
"BD1"
,
"M1"
,
{}
],
"2"
:
[
"M1"
,
"BR1"
,
{}
],
"3"
:
[
"BR1"
,
"M2"
,
{}
],
"4"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"BD1"
:
{
"_class"
:
"Dream.BatchDecomposition"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Decomposition"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:
[],
"top"
:
0.5909090909090908
},
"BR1"
:
{
"_class"
:
"Dream.BatchReassembly"
,
"left"
:
0.4414893617021277
,
"name"
:
"Batch_Reassembly"
,
"numberOfSubBatches"
:
2
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"wip"
:
[
{
"_class"
:
"Dream.SubBatch"
,
"id"
:
"SB1"
,
"name"
:
"Batch1_SB1"
,
"numberOfUnits"
:
30
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
,
"remainingProcessingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
20
}
}
],
"top"
:
0.5909090909090908
},
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.2978723404255319
,
"name"
:
"Stock"
,
"top"
:
0.045454545454545414
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station1"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"top"
:
0.5909090909090908
,
"wip"
:
[
{
"_class"
:
"Dream.SubBatch"
,
"id"
:
"SB2"
,
"name"
:
"Batch1_SB2"
,
"numberOfUnits"
:
30
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
,
"unitsToProcess"
:
20
}
]
},
"M2"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{},
"left"
:
0.4414893617021277
,
"name"
:
"Station2"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.2
},
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"name"
:
"Batch2"
,
"id"
:
"B2"
,
"numberOfUnits"
:
"50"
,
"unitsToProcess"
:
5
}
],
"top"
:
0.5909090909090908
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"name"
:
"StartQueue"
,
"capacity"
:
"-1"
,
"left"
:
0.6968085106382979
,
"top"
:
0.7727272727272727
}
}
}
\ No newline at end of file
dream/tests/dump/WipInBatchReassembly1.json.result
0 → 100644
View file @
3a882e9d
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 6.0,
"takt_time": 5.5,
"throughput": 2,
"unitsThroughput": 100
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 100.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/WipInBatchReassembly2.json.result
0 → 100644
View file @
3a882e9d
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 7.0,
"takt_time": 6.5,
"throughput": 2,
"unitsThroughput": 110
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 100.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/WipInBatchReassembly3.json.result
0 → 100644
View file @
3a882e9d
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 16.5,
"takt_time": 16.0,
"throughput": 2,
"unitsThroughput": 110
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 100.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 59.375,
"working_ratio": 40.625
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/WipInBatchReassembly4.json.result
0 → 100644
View file @
3a882e9d
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 7.5,
"takt_time": 7.0,
"throughput": 2,
"unitsThroughput": 110
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 85.71428571428571,
"working_ratio": 14.285714285714286
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 7.142857142857143,
"working_ratio": 92.85714285714286
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ 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