File tree Expand file tree Collapse file tree
pm4py/algo/conformance/alignments/petri_net/variants Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ '''
2+ PM4Py – A Process Mining Library for Python
3+ Copyright (C) 2024 Process Intelligence Solutions UG (haftungsbeschränkt)
4+
5+ This program is free software: you can redistribute it and/or modify
6+ it under the terms of the GNU Affero General Public License as
7+ published by the Free Software Foundation, either version 3 of the
8+ License, or any later version.
9+
10+ This program is distributed in the hope that it will be useful,
11+ but WITHOUT ANY WARRANTY; without even the implied warranty of
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+ GNU Affero General Public License for more details.
14+
15+ You should have received a copy of the GNU Affero General Public License
16+ along with this program. If not, see this software project's root or
17+ visit <https://www.gnu.org/licenses/>.
18+
19+ Website: https://processintelligence.solutions
20+ Contact: info@processintelligence.solutions
21+ '''
122"""This module contains code that allows us to compute alignments on the basis
223of a regular A* search on the state-space of the synchronous product net of a
324trace and a Petri net. The main algorithm follows [1]_. When running the log-
You can’t perform that action at this time.
0 commit comments