Uses of Interface
org.tweetyproject.commons.KernelProvider
Package
Description
-
Uses of KernelProvider in org.tweetyproject.beliefdynamics.kernels
ModifierConstructorDescriptionKernelContractionOperator
(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
Modifier 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
Modifier and TypeClassDescriptionclass
Naive classical inference for quantified boolean formulas (checks all interpretations for satisfiability).