pub const ANTICONE_BARRIER_CAP: usize = 100;
Expand description

This is the cap of the size of the anticone barrier. If we have more than this number we will use the brute_force O(n) algorithm instead.