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
bb096f30
Commit
bb096f30
authored
Aug 11, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 test added and correction in dump65
parent
83cbe975
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
123 additions
and
6 deletions
+123
-6
dream/simulation/JSONInputs/WipInBatchScrapMachine3.json
dream/simulation/JSONInputs/WipInBatchScrapMachine3.json
+85
-0
dream/tests/dump/Topology65.json.result
dream/tests/dump/Topology65.json.result
+6
-6
dream/tests/dump/WipInBatchScrapMachine3.json.result
dream/tests/dump/WipInBatchScrapMachine3.json.result
+32
-0
No files found.
dream/simulation/JSONInputs/WipInBatchScrapMachine3.json
0 → 100644
View file @
bb096f30
{
"_class"
:
"Dream.Simulation"
,
"edges"
:
{
"0"
:
[
"Q1"
,
"M1"
,
{}
],
"1"
:
[
"M1"
,
"BRB"
,
{}
],
"2"
:
[
"BRB"
,
"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.SubBatch"
,
"id"
:
"SB2"
,
"name"
:
"Batch1_SB2"
,
"numberOfUnits"
:
30
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
}
]
},
"M1"
:
{
"_class"
:
"Dream.BatchScrapMachine"
,
"failures"
:
{
"failureDistribution"
:
"No"
},
"left"
:
0.5
,
"name"
:
"Moulding"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.1
},
"wip"
:
[
{
"_class"
:
"Dream.SubBatch"
,
"id"
:
"SB1"
,
"name"
:
"Batch1_SB1"
,
"numberOfUnits"
:
30
,
"unitsToProcess"
:
10
,
"parentBatchId"
:
"B1"
,
"parentBatchName"
:
"Batch1"
}
],
"top"
:
0.5
},
"BRB"
:
{
"name"
:
"Reassembly"
,
"processingTime"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0
},
"numberOfSubBatches"
:
2
,
"_class"
:
"Dream.BatchReassembly"
}
}
}
\ No newline at end of file
dream/tests/dump/Topology65.json.result
View file @
bb096f30
...
...
@@ -6,10 +6,10 @@
"family": "Exit",
"id": "E1",
"results": {
"lifespan":
48
.0,
"lifespan":
32
.0,
"takt_time": 16.0,
"throughput":
5
,
"unitsThroughput":
40
0
"throughput":
3
,
"unitsThroughput":
24
0
}
},
{
...
...
@@ -17,10 +17,10 @@
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio":
30
.0,
"blockage_ratio":
25
.0,
"failure_ratio": 0.0,
"waiting_ratio":
30.0
,
"working_ratio":
40.0
"waiting_ratio":
41.666666666666664
,
"working_ratio":
33.333333333333336
}
},
{
...
...
dream/tests/dump/WipInBatchScrapMachine3.json.result
0 → 100644
View file @
bb096f30
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 4.0,
"takt_time": 4.0,
"throughput": 1,
"unitsThroughput": 60
}
},
{
"_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