Package | Description |
---|---|
org.processmining.xlu.matching.plugins.alg.impl |
Modifier and Type | Class and Description |
---|---|
class |
MatchingAlgBackTrackingPruningImpl
This matching algorithm do still have full recursion but can use a heuristic
function to prune search state-space
|
class |
MatchingAlgDecomposedBackTrackingImpl
Algorithm 3: Decomposed and heuristic pruning.
|
class |
MatchingAlgGreedyImp
Alg 4.
|
class |
MatchingAllAlgBackTrackingBFImpl
Algorithm 1: brute forcely compute all (optimal) mapping.
|