Class SMGraphAStarThreeImpl

All Implemented Interfaces:
SMGraphAStar, SMGraphAStarThree, SMGraphAStarTwo, SimilarityMeasure

public class SMGraphAStarThreeImpl extends SMGraphAStarTwoImpl implements SMGraphAStarThree
A*III implementation of graph similarity measure.

Differs from A*II in a more informed heuristic that considers all isolated yet attainable similarities and a heuristic-informed item selection.

Author:
Christian Zeyen