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
600eb3ab
Commit
600eb3ab
authored
Mar 20, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2 tests added and trace deactivated from one
parent
185f5763
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
331 additions
and
8 deletions
+331
-8
dream/simulation/JSONInputs/OperatorBreak1.json
dream/simulation/JSONInputs/OperatorBreak1.json
+1
-1
dream/simulation/JSONInputs/OperatorBreak2.json
dream/simulation/JSONInputs/OperatorBreak2.json
+89
-0
dream/simulation/JSONInputs/OperatorShift7.json
dream/simulation/JSONInputs/OperatorShift7.json
+92
-0
dream/tests/dump/OperatorBreak1.json.result
dream/tests/dump/OperatorBreak1.json.result
+0
-7
dream/tests/dump/OperatorBreak2.json.result
dream/tests/dump/OperatorBreak2.json.result
+78
-0
dream/tests/dump/OperatorShift7.json.result
dream/tests/dump/OperatorShift7.json.result
+71
-0
No files found.
dream/simulation/JSONInputs/OperatorBreak1.json
View file @
600eb3ab
...
...
@@ -81,7 +81,7 @@
"general"
:
{
"console"
:
"No"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"
Yes
"
,
"trace"
:
"
No
"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"100"
,
"_class"
:
"Dream.Configuration"
...
...
dream/simulation/JSONInputs/OperatorBreak2.json
0 → 100644
View file @
600eb3ab
{
"graph"
:
{
"node"
:
{
"E1"
:
{
"interruptions"
:
{},
"top"
:
0.05688622754491013
,
"_class"
:
"Dream.Exit"
,
"left"
:
0.7083333333333333
},
"S1"
:
{
"name"
:
"Source"
,
"top"
:
0.9431137724550899
,
"entity"
:
"Dream.Part"
,
"interArrivalTime"
:
{
"Fixed"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
6
}
},
"interruptions"
:
{},
"_class"
:
"Dream.Source"
,
"left"
:
0.30208333333333337
},
"M1"
:
{
"name"
:
"Machine1"
,
"top"
:
0.5
,
"processingTime"
:
{
"Fixed"
:
{
"mean"
:
3.0
}
},
"operationType"
:
"MT-Load-Processing"
,
"interruptions"
:
{},
"_class"
:
"Dream.Machine"
,
"left"
:
0.5625
},
"O1"
:
{
"capacity"
:
1
,
"name"
:
"Operator1"
,
"top"
:
0.721556886227545
,
"interruptions"
:
{
"break"
:
{
"TTR"
:
{
"Fixed"
:
{
"mean"
:
5
}
},
"TTB"
:
{
"Fixed"
:
{
"mean"
:
98
}
}
}
},
"_class"
:
"Dream.Operator"
,
"left"
:
0.8489583333333334
}
},
"edge"
:
{
"0"
:
{
"source"
:
"O1"
,
"destination"
:
"M1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"3"
:
{
"source"
:
"M1"
,
"destination"
:
"E1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"2"
:
{
"source"
:
"S1"
,
"destination"
:
"M1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
}
}
},
"_class"
:
"Dream.Simulation"
,
"general"
:
{
"console"
:
"No"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"Yes"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"100"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/OperatorShift7.json
0 → 100644
View file @
600eb3ab
{
"graph"
:
{
"node"
:
{
"E1"
:
{
"interruptions"
:
{},
"top"
:
0.05688622754491013
,
"_class"
:
"Dream.Exit"
,
"left"
:
0.7083333333333333
},
"S1"
:
{
"name"
:
"Source"
,
"top"
:
0.9431137724550899
,
"entity"
:
"Dream.Part"
,
"interArrivalTime"
:
{
"Fixed"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
6
}
},
"interruptions"
:
{},
"_class"
:
"Dream.Source"
,
"left"
:
0.30208333333333337
},
"M1"
:
{
"name"
:
"Machine1"
,
"top"
:
0.5
,
"processingTime"
:
{
"Fixed"
:
{
"mean"
:
6.0
}
},
"operationType"
:
"MT-Load-Processing"
,
"interruptions"
:
{},
"_class"
:
"Dream.Machine"
,
"left"
:
0.5625
},
"O1"
:
{
"capacity"
:
1
,
"name"
:
"Operator1"
,
"top"
:
0.721556886227545
,
"interruptions"
:
{
"shift"
:
{
"endUnfinished"
:
1
,
"shiftPattern"
:
[
[
0
,
5
]
]
}
},
"_class"
:
"Dream.Operator"
,
"left"
:
0.8489583333333334
}
},
"edge"
:
{
"1"
:
{
"source"
:
"O1"
,
"destination"
:
"M2"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"0"
:
{
"source"
:
"O1"
,
"destination"
:
"M1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"3"
:
{
"source"
:
"M1"
,
"destination"
:
"E1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"2"
:
{
"source"
:
"S1"
,
"destination"
:
"M1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
}
}
},
"_class"
:
"Dream.Simulation"
,
"general"
:
{
"console"
:
"No"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"No"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"10"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/OperatorBreak1.json.result
View file @
600eb3ab
This diff is collapsed.
Click to expand it.
dream/tests/dump/OperatorBreak2.json.result
0 → 100644
View file @
600eb3ab
This diff is collapsed.
Click to expand it.
dream/tests/dump/OperatorShift7.json.result
0 → 100644
View file @
600eb3ab
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": [
6.0
],
"takt_time": [
6.0
],
"throughput": [
1
]
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": [
0.0
],
"failure_ratio": [
0.0
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
40.0
],
"working_ratio": [
60.0
]
}
},
{
"_class": "Dream.Operator",
"family": "Operator",
"id": "O1",
"results": {
"off_shift_ratio": [
40.0
],
"on_break_ratio": [
0.0
],
"waiting_ratio": [
0.0
],
"working_ratio": [
60.0
]
}
}
],
"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