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.
pub const EDGE_ENUMERATION_LIMIT: usize = 24;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.