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
54d8a7dc
Commit
54d8a7dc
authored
Mar 20, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3 new tests added
parent
5239cdcd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
392 additions
and
0 deletions
+392
-0
dream/simulation/JSONInputs/MachineBreak2.json
dream/simulation/JSONInputs/MachineBreak2.json
+75
-0
dream/simulation/JSONInputs/MachineBreak3.json
dream/simulation/JSONInputs/MachineBreak3.json
+76
-0
dream/simulation/JSONInputs/MachineBreak4.json
dream/simulation/JSONInputs/MachineBreak4.json
+76
-0
dream/tests/dump/MachineBreak2.json.result
dream/tests/dump/MachineBreak2.json.result
+55
-0
dream/tests/dump/MachineBreak3.json.result
dream/tests/dump/MachineBreak3.json.result
+55
-0
dream/tests/dump/MachineBreak4.json.result
dream/tests/dump/MachineBreak4.json.result
+55
-0
No files found.
dream/simulation/JSONInputs/MachineBreak2.json
0 → 100644
View file @
54d8a7dc
{
"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
}
},
"interruptions"
:
{
"break"
:
{
"TTR"
:
{
"Fixed"
:
{
"mean"
:
5
}
},
"TTB"
:
{
"Fixed"
:
{
"mean"
:
98
}
}
}
},
"operationType"
:
"MT-Load-Processing"
,
"_class"
:
"Dream.Machine"
,
"left"
:
0.5625
}
},
"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"
:
"100"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/MachineBreak3.json
0 → 100644
View file @
54d8a7dc
{
"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
}
},
"interruptions"
:
{
"break"
:
{
"TTR"
:
{
"Fixed"
:
{
"mean"
:
5
}
},
"TTB"
:
{
"Fixed"
:
{
"mean"
:
98
}
},
"endUnfinished"
:
0
}
},
"operationType"
:
"MT-Load-Processing"
,
"_class"
:
"Dream.Machine"
,
"left"
:
0.5625
}
},
"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"
:
"100"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/MachineBreak4.json
0 → 100644
View file @
54d8a7dc
{
"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
}
},
"interruptions"
:
{
"break"
:
{
"TTR"
:
{
"Fixed"
:
{
"mean"
:
1
}
},
"TTB"
:
{
"Fixed"
:
{
"mean"
:
92
}
},
"endUnfinished"
:
0
}
},
"operationType"
:
"MT-Load-Processing"
,
"_class"
:
"Dream.Machine"
,
"left"
:
0.5625
}
},
"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"
:
"100"
,
"_class"
:
"Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/MachineBreak2.json.result
0 → 100644
View file @
54d8a7dc
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": [
3.0
],
"takt_time": [
5.823529411764706
],
"throughput": [
17
]
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": [
0.0
],
"break_ratio": [
1.0
],
"failure_ratio": [
0.0
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
48.0
],
"working_ratio": [
51.0
]
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/MachineBreak3.json.result
0 → 100644
View file @
54d8a7dc
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": [
3.0
],
"takt_time": [
5.8125
],
"throughput": [
16
]
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": [
0.0
],
"break_ratio": [
2.0
],
"failure_ratio": [
0.0
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
48.0
],
"working_ratio": [
50.0
]
}
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
dream/tests/dump/MachineBreak4.json.result
0 → 100644
View file @
54d8a7dc
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": [
3.0588235294117645
],
"takt_time": [
5.823529411764706
],
"throughput": [
17
]
}
},
{
"_class": "Dream.Machine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": [
0.0
],
"break_ratio": [
1.0
],
"failure_ratio": [
0.0
],
"loading_ratio": [
0.0
],
"off_shift_ratio": [
0.0
],
"setup_ratio": [
0.0
],
"waiting_ratio": [
48.0
],
"working_ratio": [
51.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