Skip to content

Commit

Permalink
feat(pm4py): first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Nov 7, 2024
1 parent 0363048 commit a80e8e4
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pm4py/algo/conformance/alignments/process_tree/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from pm4py.algo.conformance.alignments.process_tree.variants.approximated import matrix_lp as approximated_matrix_lp
from pm4py.algo.conformance.alignments.process_tree.variants.approximated import original as approximated_original
from pm4py.algo.conformance.alignments.process_tree.variants import search_graph_pt
from pm4py.algo.conformance.alignments.process_tree.variants import milp

from pm4py.util import exec_utils
from enum import Enum
Expand All @@ -32,6 +33,7 @@ class Variants(Enum):
APPROXIMATED_ORIGINAL = approximated_original
APPROXIMATED_MATRIX_LP = approximated_matrix_lp
SEARCH_GRAPH_PT = search_graph_pt
MILP = milp


DEFAULT_VARIANT = Variants.SEARCH_GRAPH_PT
Expand Down
Loading

0 comments on commit a80e8e4

Please sign in to comment.