Searched defs:DefaultHeuristicConfiguration (Results 1 – 1 of 1) sorted by relevance
24 struct DefaultHeuristicConfiguration { struct26 const bool Enabled;32 const int8_t DissimilarBelow;38 const int8_t SimilarAbove;41 bool hasBounds() const { return DissimilarBelow > -1 && SimilarAbove > -1; } in hasBounds()