Skip to content

Commit

Permalink
added reference to paper
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Nov 7, 2024
1 parent 6cccdf6 commit d4ad083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def align_trace_with_process_tree(trace, tree):
Based on:
A Dynamic Programming Approach for Alignments on Process Trees
http://processquerying.com/wp-content/uploads/2024/09/PQMI_2024_279_A_Dynamic_Programming_Approach_for_Alignments_on_Process_Trees.pdf
"""
# Memoization tables to store costs and alignments
CostTable = {}
Expand Down

0 comments on commit d4ad083

Please sign in to comment.