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
b8275b61
Commit
b8275b61
authored
Mar 09, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3 topologies changed to define the router
parent
4926f72e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
dream/simulation/JSONInputs/BOMOps2.json
dream/simulation/JSONInputs/BOMOps2.json
+4
-0
dream/simulation/JSONInputs/SkilledOperator02.json
dream/simulation/JSONInputs/SkilledOperator02.json
+6
-1
dream/simulation/JSONInputs/SkilledOperator03.json
dream/simulation/JSONInputs/SkilledOperator03.json
+7
-1
No files found.
dream/simulation/JSONInputs/BOMOps2.json
View file @
b8275b61
...
...
@@ -90,6 +90,10 @@
"_class"
:
"Dream.Operator"
,
"capacity"
:
1
,
"name"
:
"Operator1"
},
"R1"
:
{
"_class"
:
"dream.simulation.OperatorRouter.Router"
,
"name"
:
"OperatorRouter"
}
},
"edge"
:
{
...
...
dream/simulation/JSONInputs/SkilledOperator02.json
View file @
b8275b61
...
...
@@ -84,7 +84,12 @@
"capacity"
:
1
,
"name"
:
"Operator1"
,
"ouputSchedule"
:
1
}
},
"SkilledRouter01"
:
{
"_class"
:
"dream.simulation.SkilledOperatorRouter.SkilledRouter"
,
"name"
:
"SkilledRouter01"
,
"outputSolutions"
:
1
}
},
"edge"
:
{
"1"
:
{
...
...
dream/simulation/JSONInputs/SkilledOperator03.json
View file @
b8275b61
...
...
@@ -88,7 +88,13 @@
"_class"
:
"Dream.Operator"
,
"capacity"
:
1
,
"name"
:
"Operator1"
}
},
"SkilledRouter01"
:
{
"_class"
:
"dream.simulation.SkilledOperatorRouter.SkilledRouter"
,
"name"
:
"SkilledRouter01"
,
"outputSolutions"
:
1
,
"weightFactors"
:[
2
,
1
,
0
,
2
,
1
,
1
]
}
},
"edge"
:
{
"1"
:
{
...
...
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