Added some documentation, fixed test and missing schedule
This commit is contained in:
parent
fd6c8b4277
commit
af12f3d524
1 changed files with 3 additions and 3 deletions
|
|
@ -43,9 +43,9 @@ if __name__ == "__main__":
|
|||
|
||||
scheduler = RuleScheduler(state, mm_rt, mm_rt_ramified, verbose=True, directory="models")
|
||||
|
||||
# if action_generator.load_schedule(f"petrinet.od"):
|
||||
# if action_generator.load_schedule("schedules/combinatory.drawio"):
|
||||
if action_generator.load_schedule("schedules/petrinet3.drawio"):
|
||||
# if scheduler.load_schedule(f"petrinet.od"):
|
||||
# if scheduler.load_schedule("schedules/combinatory.drawio"):
|
||||
if scheduler.load_schedule("schedules/petrinet3.drawio"):
|
||||
|
||||
|
||||
scheduler.generate_dot("../dot.dot")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue