add starting point for mosis 2024 assignment
This commit is contained in:
parent
3404c782a9
commit
4b959bc98b
9 changed files with 441 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ for i in range(1, max_processors):
|
|||
# PythonPDEVS specific setup and configuration
|
||||
sim = Simulator(m)
|
||||
sim.setClassicDEVS()
|
||||
# sim.setVerbose() # <- uncomment to see what's going on
|
||||
sim.simulate()
|
||||
|
||||
# Gather information for output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue