gen_pnet icon indicating copy to clipboard operation
gen_pnet copied to clipboard

library for modeling Petri nets in Erlang

Results 1 gen_pnet issues
Sort by recently updated
recently updated
newest added

Currently, the gen_pnet module exports a number of functions for constructing and accessing the state record of a Petri net instance. These functions are `new/2`, `get_ls/2`, `get_usr_info/1`, and `get_stats/1`. These...