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
00224f30
Commit
00224f30
authored
Aug 05, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3 tests added to check the wip in machines
parent
a7ef9db3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
247 additions
and
0 deletions
+247
-0
dream/simulation/JSONInputs/WipInMachine1.json
dream/simulation/JSONInputs/WipInMachine1.json
+45
-0
dream/simulation/JSONInputs/WipInMachine2.json
dream/simulation/JSONInputs/WipInMachine2.json
+49
-0
dream/simulation/JSONInputs/WipInMachine3.json
dream/simulation/JSONInputs/WipInMachine3.json
+68
-0
dream/tests/dump/WipInMachine1.json.result
dream/tests/dump/WipInMachine1.json.result
+27
-0
dream/tests/dump/WipInMachine2.json.result
dream/tests/dump/WipInMachine2.json.result
+27
-0
dream/tests/dump/WipInMachine3.json.result
dream/tests/dump/WipInMachine3.json.result
+31
-0
No files found.
dream/simulation/JSONInputs/WipInMachine1.json
0 → 100644
View file @
00224f30
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"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
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"failures"
:
{
"failureDistribution"
:
"No"
},
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
5
},
"wip"
:
[
{
"_class"
:
"Dream.Part"
,
"id"
:
"P1"
,
"name"
:
"Part1"
}
],
"top"
:
0.5
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/WipInMachine2.json
0 → 100644
View file @
00224f30
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"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
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"failures"
:
{
"failureDistribution"
:
"No"
},
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
5
},
"wip"
:
[
{
"_class"
:
"Dream.Part"
,
"id"
:
"P1"
,
"name"
:
"Part1"
,
"remainingProcessingTime"
:{
"distributionType"
:
"Fixed"
,
"mean"
:
2
}
}
],
"top"
:
0.5
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/WipInMachine3.json
0 → 100644
View file @
00224f30
{
"_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.Part"
,
"id"
:
"P2"
,
"name"
:
"Part2"
}
]
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"failures"
:
{
"failureDistribution"
:
"No"
},
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
5
},
"wip"
:
[
{
"_class"
:
"Dream.Part"
,
"id"
:
"P1"
,
"name"
:
"Part1"
,
"remainingProcessingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
2
}
}
],
"top"
:
0.5
}
}
}
\ No newline at end of file
dream/tests/dump/WipInMachine1.json.result
0 → 100644
View file @
00224f30
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 5.0,
"takt_time": 5.0,
"throughput": 1
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/WipInMachine2.json.result
0 → 100644
View file @
00224f30
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 2.0,
"takt_time": 2.0,
"throughput": 1
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/WipInMachine3.json.result
0 → 100644
View file @
00224f30
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 4.5,
"takt_time": 3.5,
"throughput": 2
}
},
{
"_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