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
551c6c5e
Commit
551c6c5e
authored
Dec 04, 2013
by
Georgios Dagkakis
Committed by
Sebastien Robin
Dec 11, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Example code imports fixed
parent
7f78637f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
dream/simulation/Examples/JobShop1Trace.py
dream/simulation/Examples/JobShop1Trace.py
+1
-9
No files found.
dream/simulation/Examples/JobShop1Trace.py
View file @
551c6c5e
...
@@ -5,17 +5,9 @@ from simulation.ExitJobShop import ExitJobShop
...
@@ -5,17 +5,9 @@ from simulation.ExitJobShop import ExitJobShop
from
simulation.Job
import
Job
from
simulation.Job
import
Job
from
simulation.Globals
import
G
from
simulation.Globals
import
G
import
simulation.ExcelHandler
import
simulation.ExcelHandler
G
.
trace
=
"Yes"
from
SimPy.Simulation
import
simulate
,
activate
,
initialize
,
infinity
,
now
from
simulation.MachineJobShop
import
MachineJobShop
from
simulation.QueueJobShop
import
QueueJobShop
from
simulation.ExitJobShop
import
ExitJobShop
from
simulation.Job
import
Job
from
simulation.Globals
import
G
import
simulation.Globals
as
Globals
import
simulation.Globals
as
Globals
G
.
trace
=
"Yes"
#define the objects of the model
#define the objects of the model
Q1
=
QueueJobShop
(
'Q1'
,
'Queue1'
,
capacity
=
infinity
)
Q1
=
QueueJobShop
(
'Q1'
,
'Queue1'
,
capacity
=
infinity
)
...
...
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