Expand description
Transitive queries over a bipolar framework.
transitive_supporters— all arguments that directly or indirectly supportavia the support graph.transitive_attackers— all arguments that attackaunder the closed attack relation (direct + derived).coalitioned_with— the members ofa’s coalition percrate::coalition::detect_coalitions.
Functions§
- coalitioned_
with - The members of
a’s coalition, excludingaitself. Ifais in a singleton coalition, returns an empty set. - transitive_
attackers - All arguments that attack
aunder the closed attack relation (direct attacks plus derived attacks from support closure). - transitive_
supporters - All arguments that directly or transitively support
ain the support graph. Does not includeaitself.