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
936f288a
Commit
936f288a
authored
Feb 03, 2014
by
Ioannis Papagiannopoulos
Committed by
Jérome Perrin
Feb 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Topologies 34 and 35 updated as QueuePreemptive became deprecated
parent
0da9016c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
74 additions
and
70 deletions
+74
-70
dream/simulation/JSONInputs/Topology34.json
dream/simulation/JSONInputs/Topology34.json
+1
-1
dream/simulation/JSONInputs/Topology35.json
dream/simulation/JSONInputs/Topology35.json
+1
-1
dream/tests/dump/Topology34.json.result
dream/tests/dump/Topology34.json.result
+36
-34
dream/tests/dump/Topology35.json.result
dream/tests/dump/Topology35.json.result
+36
-34
No files found.
dream/simulation/JSONInputs/Topology34.json
View file @
936f288a
...
...
@@ -88,7 +88,7 @@
]
},
"Q2"
:
{
"_class"
:
"Dream.Queue
Preemptive
"
,
"_class"
:
"Dream.Queue
JobShop
"
,
"id"
:
"Q2"
,
"name"
:
"Queue2"
,
"isDummy"
:
"0"
,
...
...
dream/simulation/JSONInputs/Topology35.json
View file @
936f288a
...
...
@@ -88,7 +88,7 @@
]
},
"Q2"
:
{
"_class"
:
"Dream.Queue
Preemptive
"
,
"_class"
:
"Dream.Queue
JobShop
"
,
"id"
:
"Q2"
,
"name"
:
"Queue2"
,
"isDummy"
:
"0"
,
...
...
dream/tests/dump/Topology34.json.result
View file @
936f288a
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Job",
"extraPropertyDict": {
"isCritical": "1",
"name": "Component1",
"route": [
{
"stationIdsList": [
"Q1"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationIdsList": [
"Q1"
],
"stepNumber": "0"
},
{
"stationIdsList": [
"M1"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0.25"
},
"stationIdsList": [
"M1"
],
"stepNumber": "1"
},
{
"stationIdsList": [
"Q2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationIdsList": [
"Q2"
],
"stepNumber": "2"
},
{
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"stationIdsList": [
"M2"
],
"stepNumber": "3"
}
]
],
"name": "Component1"
},
"_class": "Dream.Job",
"id": "C1",
"results": {
"completionTime": 1.25,
...
...
@@ -82,33 +81,33 @@
}
},
{
"_class": "Dream.Job",
"extraPropertyDict": {
"isCritical": "0",
"name": "Component2",
"route": [
{
"stationIdsList": [
"Q2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationIdsList": [
"Q2"
],
"stepNumber": "0"
},
{
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"stationIdsList": [
"M2"
],
"stepNumber": "1"
}
]
],
"name": "Component2"
},
"_class": "Dream.Job",
"id": "C2",
"results": {
"completionTime": 2.0,
...
...
@@ -145,40 +144,43 @@
"_class": "Dream.Exit",
"id": "E1",
"results": {
"
lifespan": 1.625
,
"
throughput": 2
,
"takt_time": 1.0,
"
throughput": 2
"
lifespan": 1.625
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 12.5,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 87.5,
"working_ratio": 12.5
"waiting_ratio": 87.5
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 100.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
"waiting_ratio": 0.0
}
},
{
"_class": "Dream.QueueJobShop",
"id": "Q1"
"id": "Q1",
"schedulingRule": "FIFO"
},
{
"_class": "Dream.QueuePreemptive",
"id": "Q2"
"_class": "Dream.QueueJobShop",
"id": "Q2",
"schedulingRule": "FIFO"
}
],
"_class": "Dream.Simulation",
"general": {
"_class": "Dream.Configuration"
}
...
...
dream/tests/dump/Topology35.json.result
View file @
936f288a
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Job",
"extraPropertyDict": {
"isCritical": "1",
"name": "Component1",
"route": [
{
"stationIdsList": [
"Q1"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationIdsList": [
"Q1"
],
"stepNumber": "0"
},
{
"stationIdsList": [
"M1"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0.25"
},
"stationIdsList": [
"M1"
],
"stepNumber": "1"
},
{
"stationIdsList": [
"Q2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationIdsList": [
"Q2"
],
"stepNumber": "2"
},
{
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"stationIdsList": [
"M2"
],
"stepNumber": "3"
}
]
],
"name": "Component1"
},
"_class": "Dream.Job",
"id": "C1",
"results": {
"completionTime": 1.25,
...
...
@@ -82,33 +81,33 @@
}
},
{
"_class": "Dream.Job",
"extraPropertyDict": {
"isCritical": "0",
"name": "Component2",
"route": [
{
"stationIdsList": [
"Q2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "0"
},
"stationIdsList": [
"Q2"
],
"stepNumber": "0"
},
{
"stationIdsList": [
"M2"
],
"processingTime": {
"distributionType": "Fixed",
"mean": "1"
},
"stationIdsList": [
"M2"
],
"stepNumber": "1"
}
]
],
"name": "Component2"
},
"_class": "Dream.Job",
"id": "C2",
"results": {
"completionTime": 2.25,
...
...
@@ -145,40 +144,43 @@
"_class": "Dream.Exit",
"id": "E1",
"results": {
"
lifespan": 1.75
,
"
throughput": 2
,
"takt_time": 1.125,
"
throughput": 2
"
lifespan": 1.75
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"working_ratio": 11.11111111111111,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 88.88888888888889,
"working_ratio": 11.11111111111111
"waiting_ratio": 88.88888888888889
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"working_ratio": 100.0,
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.0,
"working_ratio": 100.0
"waiting_ratio": 0.0
}
},
{
"_class": "Dream.QueueJobShop",
"id": "Q1"
"id": "Q1",
"schedulingRule": "FIFO"
},
{
"_class": "Dream.QueuePreemptive",
"id": "Q2"
"_class": "Dream.QueueJobShop",
"id": "Q2",
"schedulingRule": "FIFO"
}
],
"_class": "Dream.Simulation",
"general": {
"_class": "Dream.Configuration"
}
...
...
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