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
0dc8e8bc
Commit
0dc8e8bc
authored
Mar 23, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2 topologies added
parent
1690ed88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
235 additions
and
0 deletions
+235
-0
dream/simulation/JSONInputs/CancellingExit01.json
dream/simulation/JSONInputs/CancellingExit01.json
+159
-0
dream/simulation/JSONInputs/CancellingExit02.json
dream/simulation/JSONInputs/CancellingExit02.json
+76
-0
No files found.
dream/simulation/JSONInputs/CancellingExit01.json
0 → 100644
View file @
0dc8e8bc
{
"graph"
:
{
"node"
:
{
"Q1"
:
{
"capacity"
:
1
,
"name"
:
"Q1"
,
"top"
:
0.40909090909090906
,
"interruptions"
:
{},
"_class"
:
"Dream.Queue"
,
"left"
:
0.4414893617021277
},
"S1"
:
{
"name"
:
"Raw Material"
,
"top"
:
0.9545454545454546
,
"entity"
:
"Dream.Part"
,
"interArrivalTime"
:
{
"Fixed"
:
{
"distributionType"
:
"Fixed"
,
"mean"
:
0.5
}
},
"interruptions"
:
{},
"_class"
:
"Dream.Source"
,
"left"
:
0.6968085106382979
},
"M1"
:
{
"name"
:
"Machine1"
,
"top"
:
0.5909090909090908
,
"processingTime"
:
{
"Fixed"
:
{
"mean"
:
0.25
}
},
"interruptions"
:
{
"failure"
:
{
"TTR"
:
{
"Fixed"
:
{
"mean"
:
5
}
},
"TTF"
:
{
"Fixed"
:
{
"mean"
:
60
}
}
}
},
"_class"
:
"Dream.Machine"
,
"left"
:
0.4414893617021277
},
"W1"
:
{
"capacity"
:
1
,
"name"
:
"W1"
,
"top"
:
0.7727272727272727
,
"interruptions"
:
{},
"_class"
:
"Dream.Repairman"
,
"left"
:
0.14893617021276595
},
"M2"
:
{
"name"
:
"Machine2"
,
"top"
:
0.2272727272727273
,
"processingTime"
:
{
"Fixed"
:
{
"mean"
:
1.5
}
},
"interruptions"
:
{
"failure"
:
{
"TTR"
:
{
"Fixed"
:
{
"mean"
:
10
}
},
"TTF"
:
{
"Fixed"
:
{
"mean"
:
40
}
}
}
},
"_class"
:
"Dream.Machine"
,
"left"
:
0.2978723404255319
},
"DummyQ"
:
{
"capacity"
:
1
,
"name"
:
"DummyQ"
,
"top"
:
0.7727272727272727
,
"isDummy"
:
"1"
,
"interruptions"
:
{},
"_class"
:
"Dream.Queue"
,
"left"
:
0.6968085106382979
},
"E1"
:
{
"interruptions"
:
{},
"top"
:
0.045454545454545414
,
"_class"
:
"Dream.Exit"
,
"name"
:
"Stock"
,
"cancelCondition"
:
{
"reason"
:
"throughput"
,
"number"
:
50
},
"left"
:
0.2978723404255319
}
},
"edge"
:
{
"0"
:
{
"source"
:
"W1"
,
"destination"
:
"M1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"1"
:
{
"source"
:
"W1"
,
"destination"
:
"M2"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"2"
:
{
"source"
:
"S1"
,
"destination"
:
"DummyQ"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"3"
:
{
"source"
:
"M1"
,
"destination"
:
"Q1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"4"
:
{
"source"
:
"M2"
,
"destination"
:
"E1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"5"
:
{
"source"
:
"DummyQ"
,
"destination"
:
"M1"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
},
"6"
:
{
"source"
:
"Q1"
,
"destination"
:
"M2"
,
"data"
:
{},
"_class"
:
"Dream.Edge"
}
}
},
"_class"
:
"Dream.Simulation"
,
"general"
:
{
"maxSimTime"
:
"1440"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"trace"
:
"No"
,
"console"
:
"Νο"
,
"numberOfReplications"
:
"1"
}
}
\ No newline at end of file
dream/simulation/JSONInputs/CancellingExit02.json
0 → 100644
View file @
0dc8e8bc
{
"graph"
:
{
"node"
:
{
"Q1"
:
{
"capacity"
:
-1
,
"name"
:
"Queue1"
,
"wip"
:
[
{
"route"
:
[
{
"stationIdsList"
:
[
"Q1"
]
},
{
"processingTime"
:
{
"Fixed"
:
{
"mean"
:
10.0
}
},
"stationIdsList"
:
[
"M1"
]
},
{
"stationIdsList"
:
[
"E1"
]
}
],
"_class"
:
"Dream.Job"
,
"id"
:
"J1"
,
"name"
:
"Job1"
}
],
"interruptions"
:
{},
"_class"
:
"Dream.QueueJobShop"
},
"M1"
:
{
"interruptions"
:
{
"failure"
:
{
"TTR"
:
{
"Fixed"
:
{
"mean"
:
1
}
},
"TTF"
:
{
"Fixed"
:
{
"mean"
:
7
}
}
}
},
"_class"
:
"Dream.MachineJobShop"
,
"name"
:
"Machine1"
},
"E1"
:
{
"interruptions"
:
{},
"_class"
:
"Dream.ExitJobShop"
,
"name"
:
"Exit"
,
"cancelCondition"
:
{
"reason"
:
"empty"
}
}
},
"edge"
:
{}
},
"_class"
:
"Dream.Simulation"
,
"general"
:
{
"maxSimTime"
:
"100"
,
"_class"
:
"Dream.Configuration"
,
"confidenceLevel"
:
"0.95"
,
"trace"
:
"Yes"
,
"numberOfReplications"
:
"1"
}
}
\ 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