Skip to main content

Module types

Module types 

Source
Expand description

Foundational types for bipolar argumentation.

Structs§

CoalitionId
Identifier for a coalition detected via strongly-connected components of the support graph. Coalition ids are assigned at detection time by crate::coalition::detect_coalitions and are only stable within a single call — they change if the framework is mutated.

Enums§

EdgeKind
Which kind of directed edge is in the framework: an attack (A defeats B) or a support (A is required for B under necessary-support semantics).