Skip to content

Commit 10c5efb

Browse files
missing license header
1 parent a280ce9 commit 10c5efb

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pm4py/algo/conformance/alignments/petri_net/variants/state_equation_a_star.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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
223
of a regular A* search on the state-space of the synchronous product net of a
324
trace and a Petri net. The main algorithm follows [1]_. When running the log-

0 commit comments

Comments
 (0)