Uses of Interface
org.tweetyproject.arg.adf.reasoner.sat.verifier.Verifier
Packages that use Verifier
Package
Description
- 
Uses of Verifier in org.tweetyproject.arg.adf.reasoner.sat.executionMethods in org.tweetyproject.arg.adf.reasoner.sat.execution that return types with arguments of type VerifierModifier and TypeMethodDescriptionSemantics.createVerifier(Supplier<SatSolverState> stateSupplier) Creates a verifier, which acts as a filter.
- 
Uses of Verifier in org.tweetyproject.arg.adf.reasoner.sat.verifierClasses in org.tweetyproject.arg.adf.reasoner.sat.verifier that implement VerifierModifier and TypeClassDescriptionfinal classTheCompleteVerifieris a verifier class that checks whether a given interpretation is a complete interpretation within an abstract dialectical framework (ADF).final classVerifies if a given interpretation is conflict-free and maximal, i.e.final classThePreferredVerifieris a verifier class that checks whether a given interpretation is a preferred interpretation within an abstract dialectical framework (ADF).final classVerifies if a given interpretation is stable by comparing it with the ground interpretation of its omega reduct.