pm4py.evaluation.soundness.woflan.graphs.restricted_coverability_graph package¶
Submodules¶
pm4py.evaluation.soundness.woflan.graphs.restricted_coverability_graph.restricted_coverability_graph module¶
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
PM4Py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PM4Py is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PM4Py. If not, see <https://www.gnu.org/licenses/>.
-
pm4py.evaluation.soundness.woflan.graphs.restricted_coverability_graph.restricted_coverability_graph.check_for_smaller_marking(marking, coverability_graph, index, current_node, look_up_indices)[source]¶
-
pm4py.evaluation.soundness.woflan.graphs.restricted_coverability_graph.restricted_coverability_graph.check_if_transition_unique(marking, graph, transition)[source]¶
-
pm4py.evaluation.soundness.woflan.graphs.restricted_coverability_graph.restricted_coverability_graph.construct_tree(net, initial_marking)[source]¶ Construct a restricted coverability marking. For more information, see the thesis “Verification of WF-nets”, 4.3. :param net: :param initial_marking: :return:
Module contents¶
This file is part of PM4Py (More Info: https://pm4py.fit.fraunhofer.de).
PM4Py is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PM4Py is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PM4Py. If not, see <https://www.gnu.org/licenses/>.