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
af9a1d3d
Commit
af9a1d3d
authored
Jul 28, 2014
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrections so that tests do not print in console
parent
2704d564
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dream/simulation/JSONInputs/SkilledOperator01.json
dream/simulation/JSONInputs/SkilledOperator01.json
+1
-1
dream/simulation/JSONInputs/SkilledOperatorShifts01.json
dream/simulation/JSONInputs/SkilledOperatorShifts01.json
+1
-1
dream/simulation/opAss_LPmethod.py
dream/simulation/opAss_LPmethod.py
+1
-1
No files found.
dream/simulation/JSONInputs/SkilledOperator01.json
View file @
af9a1d3d
...
...
@@ -23,7 +23,7 @@
"maxSimTime"
:
"155"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"No"
,
"console"
:
"
Yes
"
"console"
:
"
No
"
},
"nodes"
:
{
"E1"
:
{
...
...
dream/simulation/JSONInputs/SkilledOperatorShifts01.json
View file @
af9a1d3d
...
...
@@ -23,7 +23,7 @@
"maxSimTime"
:
"200"
,
"numberOfReplications"
:
"1"
,
"trace"
:
"No"
,
"console"
:
"
Yes
"
"console"
:
"
No
"
},
"nodes"
:
{
"E1"
:
{
...
...
dream/simulation/opAss_LPmethod.py
View file @
af9a1d3d
...
...
@@ -51,7 +51,7 @@ def opAss_LP(stationList, PBlist, PBskills):
for
oper
in
PBlist
:
if
PB_ass
[(
oper
,
mach
)].
varValue
>
0.00001
:
print
'PB'
,
oper
,
'assigned to machine'
,
mach
#
print 'PB', oper, 'assigned to machine', mach
solution
[
str
(
oper
)]
=
str
(
mach
)
return
solution
def
main
():
...
...
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