Interface | Description |
---|---|
CostStrategyConfiguration |
Class | Description |
---|---|
CostFunctionImpl | |
CostFunctionNeighborAsMultisetImpl | |
CostHeuristicFunctionComplexImpl |
This class implements a cost function that is independent of the mapped nodes
given by the mapping.
|
CostHeuristicFunctionSimpleImpl |
This class implements a cost function that is independent of the mapped nodes
given by the mapping.
|
CostStrategyAbstract | |
CostStrategyWeightsImpl | |
MatchingAlgAbstract | |
MatchingAlgBackTrackingPruningImpl |
This matching algorithm do still have full recursion but can use a heuristic
function to prune search state-space
|
MatchingAlgDecomposedBackTrackingImpl |
Algorithm 3: Decomposed and heuristic pruning.
|
MatchingAlgGreedyImp |
Alg 4.
|
MatchingAllAlgBackTrackingBFImpl |
Algorithm 1: brute forcely compute all (optimal) mapping.
|