Uses of Class
org.tweetyproject.logics.pl.syntax.Conjunction
Package
Description
-
Uses of Conjunction in org.tweetyproject.arg.dung.learning.util
Modifier and TypeMethodDescriptionstatic PossibleWorld
ModelComputation.getModelOfConjunction
(Conjunction condition) compute the model of a formula in atomic CNF e.g. -
Uses of Conjunction in org.tweetyproject.logics.cl.syntax
Modifier and TypeMethodDescriptionConditional.combineWithAnd
(Conjunctable f) Combines this conditional with another formula using logical conjunction (AND). -
Uses of Conjunction in org.tweetyproject.logics.pl.syntax
Modifier 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 Conjunction
PlFormula.toCnf()
This method returns this formula in conjunctive normal form (CNF).Proposition.toCnf()
SpecialFormula.toCnf()
-
Uses of Conjunction in org.tweetyproject.logics.pl.util
Modifier and TypeMethodDescriptionstatic Conjunction
CardinalityConstraintEncoder.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
-
Uses of Conjunction in org.tweetyproject.logics.translators.adfrevision
-
Uses of Conjunction in org.tweetyproject.logics.translators.folprop
Modifier and TypeMethodDescriptionFOLPropTranslator.toPropositional
(Conjunction conjunction) Translates the given FOL Conjunction to a propositional ConjunctionModifier and TypeMethodDescriptionFOLPropTranslator.toFOL
(Conjunction conjunction) Translates the given propositional Conjunction to a FOL Conjunction