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
11429cd7
Commit
11429cd7
authored
Aug 13, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2 tests added and 2 dumpes updated
parent
a01083db
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
190 additions
and
4 deletions
+190
-4
dream/simulation/JSONInputs/FailureAndShift3.json
dream/simulation/JSONInputs/FailureAndShift3.json
+65
-0
dream/simulation/JSONInputs/FailureAndShift4.json
dream/simulation/JSONInputs/FailureAndShift4.json
+65
-0
dream/tests/dump/FailureAndShift1.json.result
dream/tests/dump/FailureAndShift1.json.result
+2
-2
dream/tests/dump/FailureAndShift3.json.result
dream/tests/dump/FailureAndShift3.json.result
+28
-0
dream/tests/dump/FailureAndShift4.json.result
dream/tests/dump/FailureAndShift4.json.result
+28
-0
dream/tests/dump/FailureWorkingTime3.json.result
dream/tests/dump/FailureWorkingTime3.json.result
+2
-2
No files found.
dream/simulation/JSONInputs/FailureAndShift3.json
0 → 100644
View file @
11429cd7
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"S1"
,
"M1"
,
{}
],
"1"
:
[
"M1"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"10"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.5
,
"name"
:
"Stock"
,
"top"
:
0.10215053763440862
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.25
},
"shift"
:
{
"shiftPattern"
:
[
[
0
,
5
]
],
"endUnfinished"
:
0
},
"failures"
:
{
"MTTF"
:
3
,
"MTTR"
:
4
,
"distributionType"
:
"Fixed"
},
"top"
:
0.5
},
"S1"
:
{
"_class"
:
"Dream.Source"
,
"entity"
:
"Dream.Part"
,
"interarrivalTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.5
},
"left"
:
0.5
,
"name"
:
"Raw Material"
,
"top"
:
0.8978494623655914
}
}
}
\ No newline at end of file
dream/simulation/JSONInputs/FailureAndShift4.json
0 → 100644
View file @
11429cd7
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"S1"
,
"M1"
,
{}
],
"1"
:
[
"M1"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"10"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"left"
:
0.5
,
"name"
:
"Stock"
,
"top"
:
0.10215053763440862
},
"M1"
:
{
"_class"
:
"Dream.Machine"
,
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.25
},
"shift"
:
{
"shiftPattern"
:
[
[
5
,
10
]
],
"endUnfinished"
:
0
},
"failures"
:
{
"MTTF"
:
3
,
"MTTR"
:
4
,
"distributionType"
:
"Fixed"
},
"top"
:
0.5
},
"S1"
:
{
"_class"
:
"Dream.Source"
,
"entity"
:
"Dream.Part"
,
"interarrivalTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.5
},
"left"
:
0.5
,
"name"
:
"Raw Material"
,
"top"
:
0.8978494623655914
}
}
}
\ No newline at end of file
dream/tests/dump/FailureAndShift1.json.result
View file @
11429cd7
...
...
@@ -15,8 +15,8 @@
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio":
5
.0,
"off_shift_ratio":
45
.0,
"failure_ratio":
0
.0,
"off_shift_ratio":
50
.0,
"waiting_ratio": 12.5,
"working_ratio": 37.5
}
...
...
dream/tests/dump/FailureAndShift3.json.result
0 → 100644
View file @
11429cd7
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 0.25,
"takt_time": 0.4583333333333333,
"throughput": 6
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 20.0,
"off_shift_ratio": 50.0,
"waiting_ratio": 15.0,
"working_ratio": 15.0
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/FailureAndShift4.json.result
0 → 100644
View file @
11429cd7
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 6.0,
"takt_time": 0.8863636363636364,
"throughput": 11
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 20.0,
"off_shift_ratio": 50.0,
"waiting_ratio": 0.0,
"working_ratio": 30.0
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/FailureWorkingTime3.json.result
View file @
11429cd7
...
...
@@ -15,9 +15,9 @@
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio":
0.0
,
"failure_ratio":
2.5
,
"off_shift_ratio": 50.0,
"waiting_ratio": 1
5.0
,
"waiting_ratio": 1
2.5
,
"working_ratio": 35.0
}
}
...
...
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