Uses of Interface
org.tweetyproject.commons.KernelProvider
Packages that use KernelProvider
Package
Description
-
Uses of KernelProvider in org.tweetyproject.beliefdynamics.kernels
Constructors in org.tweetyproject.beliefdynamics.kernels with parameters of type KernelProviderModifierConstructorDescriptionKernelContractionOperator(IncisionFunction<T> incisionFunction, KernelProvider<T> kernelProvider)Creates a new kernel contraction operator with the given incision function. -
Uses of KernelProvider in org.tweetyproject.logics.pl.reasoner
Classes in org.tweetyproject.logics.pl.reasoner that implement KernelProviderModifier and TypeClassDescriptionclassAbstract class for propositional logic reasoners.classUses the default SAT reasoner to perform reasoning in propositional logicclassNaive classical inference (checks all interpretations for satisfiability). -
Uses of KernelProvider in org.tweetyproject.logics.qbf.reasoner
Classes in org.tweetyproject.logics.qbf.reasoner that implement KernelProviderModifier and TypeClassDescriptionclassNaive classical inference for quantified boolean formulas (checks all interpretations for satisfiability).