Add petrinet language
This commit is contained in:
parent
dd7a0536c9
commit
5240c7e21a
12 changed files with 137 additions and 7 deletions
|
|
@ -17,7 +17,7 @@ class Simulator(MinimalSimulator):
|
|||
def __init__(self,
|
||||
action_generator,
|
||||
decision_maker: DecisionMaker,
|
||||
termination_condition,
|
||||
termination_condition=lambda od: None,
|
||||
check_conformance=True,
|
||||
verbose=True,
|
||||
renderer=lambda od: render_od(od.state, od.m, od.mm),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue