ReparationLimitCandidates constant

int const ReparationLimitCandidates

If the speed of removing nodes becomes a concern in your use case, you can speed it up by setting this flag. By default, repairing the graph after node removals creates more connections to improve the graph's quality. The extra costs for this are relatively low (e.g. vs. regular indexing), and thus the default is recommended.

Implementation

static const int ReparationLimitCandidates = 8;