pub fn is_support_closed<A>(
framework: &BipolarFramework<A>,
extension: &HashSet<A>,
) -> boolExpand description
Check whether a candidate extension is support-closed in a bipolar framework: every argument in the extension has all its direct necessary supporters in the extension too.