public class MatchingAlgDecomposedBackTrackingImpl extends MatchingAlgBackTrackingPruningImpl
Constructor and Description |
---|
MatchingAlgDecomposedBackTrackingImpl() |
Modifier and Type | Method and Description |
---|---|
MatchMapping |
getOptimalMapping(EGraph g1,
EGraph g2)
TODO
|
computeActualCostAndUpdateOptMapping, getAllOptimalMapping, recursePruning
addMappingOnlyIfOpt, cloneMappingAndAddTo, getCostStrategy, getCriteria, getHeuristicfunction, getNodesAllowedToMap, isValid, matchDummyStartEndAndUpdateMapping, matchOtherLabels, setCostFunction, setCriteria, setHeuristicfunction, setMatchingLabelSet, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCostStrategy, setCostFunction, setMatchingLabelSet
public MatchingAlgDecomposedBackTrackingImpl()
public MatchMapping getOptimalMapping(EGraph g1, EGraph g2)
getOptimalMapping
in interface MatchingAlg
getOptimalMapping
in class MatchingAlgBackTrackingPruningImpl