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 TypeClassDescriptionclass
Abstract class for propositional logic reasoners.class
Uses the default SAT reasoner to perform reasoning in propositional logicclass
Naive 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 TypeClassDescriptionclass
Naive classical inference for quantified boolean formulas (checks all interpretations for satisfiability).