Searched defs:ComparisonOptions (Results 1 – 1 of 1) sorted by relevance
103 struct ComparisonOptions { struct105 int MinHeight = 2;109 double MinSimilarity = 0.5;113 int MaxSize = 100;115 bool StopAfterTopDown = false;118 bool isMatchingAllowed(const Node &N1, const Node &N2) const { in isMatchingAllowed()