muMLE/examples/petrinet/operational_semantics/all_outputs.od

13 lines
205 B
Text

# A place with no tokens:
p:RAM_PNPlace
ps:RAM_PNPlaceState {
RAM_numTokens = `True`;
}
:RAM_pn_of (ps -> p)
# An outgoing arc from that place to our transition:
t:RAM_PNTransition
:RAM_arc (t -> p)