Module solvers

Module solvers 

Source
Expand description

Solvers dedicated to problems related to Abstract Argumentation frameworks.

Structs§

CompleteSemanticsSolver
A SAT-based solver for the complete semantics.
GroundedSemanticsSolver
A solver used to solve queries for the grounded semantics.
IdealSemanticsSolver
A SAT-based solver for the ideal semantics.
PreferredSemanticsSolver
A SAT-based solver for the preferred semantics.
SemiStableSemanticsSolver
A SAT-based solver for the semi-stable semantics.
StableSemanticsSolver
A SAT-based solver for the stable semantics.
StageSemanticsSolver
A SAT-based solver for the stage semantics.

Traits§

CredulousAcceptanceComputer
A trait for solvers able to check the credulous acceptance of an argument.
SatEncoder
A trait for argumentation solvers relying on SAT solvers.
SingleExtensionComputer
A trait for solvers able to compute an extension.
SkepticalAcceptanceComputer
A trait for solvers able to check the skeptical acceptance of an argument.