Skip to main content

EDGE_ENUMERATION_LIMIT

Constant EDGE_ENUMERATION_LIMIT 

Source
pub const EDGE_ENUMERATION_LIMIT: usize = 24;
Expand description

Upper bound on the combined attack + support edge count for exact subset enumeration. 2^24 ≈ 16.8M subsets per residual build; larger frameworks return Error::TooManyEdges.