Expand description
Subset enumeration over (attacks ∪ supports) for weighted bipolar frameworks under Amgoud 2008 + Dunne 2011 semantics.
Constants§
- EDGE_
ENUMERATION_ LIMIT - Upper bound on the combined attack + support edge count for exact
subset enumeration.
2^24 ≈ 16.8Msubsets per residual build; larger frameworks returnError::TooManyEdges.
Functions§
- wbipolar_
residuals - Enumerate the residual [
BipolarFramework]s obtained by dropping every β-inconsistent subsetSofframework’s edges. Returns one residual per subset; residuals are yielded in bit-mask order where bits0..attacks.len()index attacks and bitsattacks.len()..attacks.len() + supports.len()index supports.