Uses of Class
org.tweetyproject.arg.adf.reasoner.sat.encodings.PropositionalMapping
Packages that use PropositionalMapping
Package
Description
-
Uses of PropositionalMapping in org.tweetyproject.arg.adf.reasoner.sat.encodings
Constructors in org.tweetyproject.arg.adf.reasoner.sat.encodings with parameters of type PropositionalMappingModifierConstructorDescriptionBipolarSatEncoding(AbstractDialecticalFramework adf, PropositionalMapping mapping)ConflictFreeInterpretationSatEncoding(AbstractDialecticalFramework adf, PropositionalMapping mapping)FixPartialSatEncoding(PropositionalMapping mapping)KBipolarSatEncoding(AbstractDialecticalFramework adf, PropositionalMapping mapping)RefineLargerSatEncoding(PropositionalMapping mapping)RefineUnequalSatEncoding(PropositionalMapping mapping)RelativeBipolarSatEncoding(Interpretation interpretation, Link link, PropositionalMapping mapping) -
Uses of PropositionalMapping in org.tweetyproject.arg.adf.reasoner.sat.generator
Methods in org.tweetyproject.arg.adf.reasoner.sat.generator with parameters of type PropositionalMappingModifier and TypeMethodDescriptionstatic CandidateGeneratorConflictFreeGenerator.withoutPrefix(AbstractDialecticalFramework adf, PropositionalMapping mapping)The resultingCandidateGeneratorcomputes all conflict free interpretations.static CandidateGeneratorGroundGenerator.withoutPrefix(AbstractDialecticalFramework adf, PropositionalMapping mapping)The resultingCandidateGeneratorcomputes the ground interpretation.static CandidateGeneratorModelGenerator.withoutPrefix(AbstractDialecticalFramework adf, PropositionalMapping mapping)The resultingCandidateGeneratorcomputes all two-valued model interpretations.static CandidateGeneratorConflictFreeGenerator.withPrefix(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix)The resultingCandidateGeneratoronly computes conflict free interpretations which are extensions of the defined prefix.static CandidateGeneratorGroundGenerator.withPrefix(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix)The resultingCandidateGeneratoronly computes the ground interpretation if it extends the given prefix.static CandidateGeneratorModelGenerator.withPrefix(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix)The resultingCandidateGeneratoronly computes two-valued models which are extensions of the defined prefix. -
Uses of PropositionalMapping in org.tweetyproject.arg.adf.reasoner.sat.processor
Methods in org.tweetyproject.arg.adf.reasoner.sat.processor with parameters of type PropositionalMappingModifier and TypeMethodDescriptionstatic InterpretationProcessorAdmissibleMaximizer.withoutPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)static InterpretationProcessorConflictFreeMaximizer.withoutPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)static InterpretationProcessorAdmissibleMaximizer.withPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, AbstractDialecticalFramework reduct, PropositionalMapping mapping, Interpretation prefix)static InterpretationProcessorConflictFreeMaximizer.withPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix)Constructors in org.tweetyproject.arg.adf.reasoner.sat.processor with parameters of type PropositionalMappingModifierConstructorDescriptionRelativeKBipolarStateProcessor(int maxDepth, LinkStrategy linkStrategy, AbstractDialecticalFramework adf, PropositionalMapping mapping) -
Uses of PropositionalMapping in org.tweetyproject.arg.adf.reasoner.sat.verifier
Constructors in org.tweetyproject.arg.adf.reasoner.sat.verifier with parameters of type PropositionalMappingModifierConstructorDescriptionAdmissibleVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)CompleteVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)GrounderStableVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)NaiveVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping) -
Uses of PropositionalMapping in org.tweetyproject.arg.adf.semantics.interpretation
Methods in org.tweetyproject.arg.adf.semantics.interpretation with parameters of type PropositionalMappingModifier and TypeMethodDescriptionstatic InterpretationInterpretation.fromWitness(Set<Literal> witness, PropositionalMapping mapping)Constructs a three-valued ADF interpretation from a witness of a propositional sat encoding.