Uses of Class
org.tweetyproject.logics.pl.syntax.Conjunction
Packages that use Conjunction
Package
Description
-
Uses of Conjunction in org.tweetyproject.arg.dung.learning.util
Methods in org.tweetyproject.arg.dung.learning.util with parameters of type ConjunctionModifier and TypeMethodDescriptionstatic PossibleWorldModelComputation.getModelOfConjunction(Conjunction condition) compute the model of a formula in atomic CNF e.g. -
Uses of Conjunction in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return ConjunctionModifier and TypeMethodDescriptionConditional.combineWithAnd(Conjunctable f) Combines this conditional with another formula using logical conjunction (AND). -
Uses of Conjunction in org.tweetyproject.logics.pl.syntax
Methods in org.tweetyproject.logics.pl.syntax that return ConjunctionModifier and TypeMethodDescriptionConjunction.clone()PlFormula.combineWithAnd(Conjunctable f) Conjunction.createEmptyFormula()PlFormula.resolveWith(PlFormula other) Resolves this formula with the given one (both have to be conjunctive clauses) and returns some resolvent.Conjunction.toCnf()Disjunction.toCnf()Equivalence.toCnf()ExclusiveDisjunction.toCnf()Implication.toCnf()Negation.toCnf()PlBeliefSet.toCnf()This method returns this belief set in conjunctive normal form (CNF).abstract ConjunctionPlFormula.toCnf()This method returns this formula in conjunctive normal form (CNF).Proposition.toCnf()SpecialFormula.toCnf() -
Uses of Conjunction in org.tweetyproject.logics.pl.util
Methods in org.tweetyproject.logics.pl.util that return ConjunctionModifier and TypeMethodDescriptionstatic ConjunctionCardinalityConstraintEncoder.getNaiveAtMostOneEncoding(Collection<Proposition> atoms) Returns a naive at-most-1 encoding for the given set of atoms. -
Uses of Conjunction in org.tweetyproject.logics.qbf.syntax
Methods in org.tweetyproject.logics.qbf.syntax that return Conjunction -
Uses of Conjunction in org.tweetyproject.logics.translators.adfrevision
Methods in org.tweetyproject.logics.translators.adfrevision that return Conjunction -
Uses of Conjunction in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return ConjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toPropositional(Conjunction conjunction) Translates the given FOL Conjunction to a propositional ConjunctionMethods in org.tweetyproject.logics.translators.folprop with parameters of type ConjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toFOL(Conjunction conjunction) Translates the given propositional Conjunction to a FOL Conjunction