petrinet_check_relaxed_soundness: Check Relaxed soundness property

View source: R/petrinet.R

petrinet_check_relaxed_soundnessR Documentation

Check Relaxed soundness property

Description

Checks if the Petri net is relaxed sound

Usage

petrinet_check_relaxed_soundness(pn, im = NULL, fm = NULL, convert = TRUE)

Arguments

pn

Petri net

im

Initial marking of the Petri net (optional for workflow nets)

fm

Final marking of the Petri net (optional for workflow nets)

convert

TRUE to automatically convert Python objects to their R equivalent. If you pass FALSE you can do manual conversion using the r-py-conversion function.

Value

A single logical


fmannhardt/pm4py documentation built on July 21, 2023, 10:55 p.m.