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
ed2d408c
Commit
ed2d408c
authored
Nov 11, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new test and dump addedc
parent
c4f68d92
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
193 additions
and
0 deletions
+193
-0
dream/simulation/JSONInputs/DummyDecomposition1.json
dream/simulation/JSONInputs/DummyDecomposition1.json
+129
-0
dream/tests/dump/DummyDecomposition1.json.result
dream/tests/dump/DummyDecomposition1.json.result
+64
-0
No files found.
dream/simulation/JSONInputs/DummyDecomposition1.json
0 → 100644
View file @
ed2d408c
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"1"
:
[
"Q1"
,
"BD"
,
{}
],
"2"
:
[
"BD"
,
"M1"
,
{}
],
"3"
:
[
"M1"
,
"BR"
,
{}
],
"4"
:
[
"BR"
,
"Q2"
,
{}
],
"5"
:
[
"Q2"
,
"M2"
,
{}
],
"6"
:
[
"M2"
,
"E1"
,
{}
]
},
"general"
:
{
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"maxSimTime"
:
"100"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"No"
,
"console"
:
"No"
},
"nodes"
:
{
"E1"
:
{
"_class"
:
"Dream.Exit"
,
"name"
:
"Exit"
},
"Q1"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
10
,
"left"
:
0.4414893617021277
,
"name"
:
"Q1"
,
"top"
:
0.40909090909090906
,
"wip"
:
[
{
"name"
:
"B1"
,
"numberOfUnits"
:
10
,
"_class"
:
"Dream.Batch"
,
"id"
:
"B1"
},
{
"name"
:
"B2"
,
"numberOfUnits"
:
10
,
"_class"
:
"Dream.Batch"
,
"id"
:
"B2"
},
{
"name"
:
"B3"
,
"numberOfUnits"
:
10
,
"_class"
:
"Dream.Batch"
,
"id"
:
"B3"
}
]
},
"Q2"
:
{
"_class"
:
"Dream.Queue"
,
"capacity"
:
1
,
"left"
:
0.4414893617021277
,
"name"
:
"Q2"
,
"top"
:
0.40909090909090906
,
"wip"
:
[
{
"name"
:
"B0"
,
"numberOfUnits"
:
10
,
"_class"
:
"Dream.Batch"
,
"id"
:
"B0"
}
]
},
"BD"
:
{
"name"
:
"BD"
,
"processingTime"
:
{
"mean"
:
0
,
"distributionType"
:
"Fixed"
},
"numberOfSubBatches"
:
1
,
"element_id"
:
"DreamNode_24"
,
"_class"
:
"Dream.BatchDecompositionBlocking"
,
"id"
:
"BD"
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"name"
:
"Machine1"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.5
}
},
"M2"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"name"
:
"Machine2"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
2
}
},
"BR"
:
{
"name"
:
"BR"
,
"processingTime"
:
{
"mean"
:
0
,
"distributionType"
:
"Fixed"
},
"outputResults"
:
1
,
"numberOfSubBatches"
:
1
,
"_class"
:
"Dream.BatchReassemblyBlocking"
,
"id"
:
"BR"
}
}
}
\ No newline at end of file
dream/tests/dump/DummyDecomposition1.json.result
0 → 100644
View file @
ed2d408c
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.BatchReassemblyBlocking",
"family": "Server",
"id": "BR",
"results": {
"blockage_ratio": 25.0,
"failure_ratio": 0.0,
"waiting_ratio": 75.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": 50.0,
"takt_time": 20.0,
"throughput": 4,
"unitsThroughput": 40
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 85.0,
"working_ratio": 15.0
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 20.0,
"working_ratio": 80.0
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q2",
"results": {}
}
],
"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