pm4py.algo.evaluation.simplicity.algorithm module#

class pm4py.algo.evaluation.simplicity.algorithm.Variants(*values)[source]#

Bases: Enum

SIMPLICITY_ARC_DEGREE = <module 'pm4py.algo.evaluation.simplicity.variants.arc_degree' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/evaluation/simplicity/variants/arc_degree.py'>#
EXTENDED_CARDOSO = <module 'pm4py.algo.evaluation.simplicity.variants.extended_cardoso' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/evaluation/simplicity/variants/extended_cardoso.py'>#
EXTENDED_CYCLOMATIC = <module 'pm4py.algo.evaluation.simplicity.variants.extended_cyclomatic' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/algo/evaluation/simplicity/variants/extended_cyclomatic.py'>#
pm4py.algo.evaluation.simplicity.algorithm.apply(petri_net: PetriNet, parameters: Dict[Any, Any] | None = None, variant=Variants.SIMPLICITY_ARC_DEGREE) float[source]#