MAX_NEW_GENS

Constant MAX_NEW_GENS 

Source
const MAX_NEW_GENS: usize = 10;
Expand description

This is the maximum number of new generators we expect in each bidegree. This affects how much space we allocate when we are extending our resolutions. Having more than this many new generators will result in a slowdown but not an error. It is relatively cheap to increment this number if needs be, but up to the 140th stem we only see at most 8 new generators.