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
fe105a4f
Commit
fe105a4f
authored
Aug 11, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2 new tests added
parent
0eb0563c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
191 additions
and
0 deletions
+191
-0
dream/simulation/JSONInputs/WipInBatchScrapMachine1.json
dream/simulation/JSONInputs/WipInBatchScrapMachine1.json
+60
-0
dream/simulation/JSONInputs/WipInBatchScrapMachine2.json
dream/simulation/JSONInputs/WipInBatchScrapMachine2.json
+67
-0
dream/tests/dump/WipInBatchScrapMachine1.json.result
dream/tests/dump/WipInBatchScrapMachine1.json.result
+32
-0
dream/tests/dump/WipInBatchScrapMachine2.json.result
dream/tests/dump/WipInBatchScrapMachine2.json.result
+32
-0
No files found.
dream/simulation/JSONInputs/WipInBatchScrapMachine1.json
0 → 100644
View file @
fe105a4f
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"Q1"
,
"M1"
,
{}
],
"1"
:
[
"M1"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.5
,
"name"
:
"Stock"
,
"top"
:
0.10215053763440862
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
1
,
"left"
:
0.4414893617021277
,
"name"
:
"Q1"
,
"top"
:
0.40909090909090906
,
"wip"
:
[]
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{
"failureDistribution"
:
"No"
},
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"id"
:
"B1"
,
"name"
:
"Batch1"
,
"numberOfUnits"
:
80
,
"unitsToProcess"
:
40
}
],
"top"
:
0.5
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/WipInBatchScrapMachine2.json
0 → 100644
View file @
fe105a4f
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"Q1"
,
"M1"
,
{}
],
"1"
:
[
"M1"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"-1"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.5
,
"name"
:
"Stock"
,
"top"
:
0.10215053763440862
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
1
,
"left"
:
0.4414893617021277
,
"name"
:
"Q1"
,
"top"
:
0.40909090909090906
,
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"id"
:
"B2"
,
"name"
:
"Batch2"
,
"numberOfUnits"
:
80
}
]
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{
"failureDistribution"
:
"No"
},
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"wip"
:
[
{
"_class"
:
"Dream.Batch"
,
"id"
:
"B1"
,
"name"
:
"Batch1"
,
"numberOfUnits"
:
80
,
"unitsToProcess"
:
40
}
],
"top"
:
0.5
}
}
}
\ No newline at end of file
dream/tests/dump/WipInBatchScrapMachine1.json.result
0 → 100644
View file @
fe105a4f
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 4.0,
"takt_time": 4.0,
"throughput": 1,
"unitsThroughput": 80
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"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/WipInBatchScrapMachine2.json.result
0 → 100644
View file @
fe105a4f
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 8.0,
"takt_time": 6.0,
"throughput": 2,
"unitsThroughput": 160
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"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
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